A terminal clock with retro and plain themes
Project description
ASDFGH Retro Clock
A stylish terminal clock with retro and plain themes featuring big font display.
Installation
Install ASDFGH with pip
pip install ASDFGH
Usage
Quick Start Example
"""
ASDFGH Terminal Clock - Quick Start Demo
The simplest way to use the clock.
"""
from ASDFGH import quick_start
# Easiest way: use quick_start
quick_start() # Default retro theme
Theme Example
"""
ASDFGH Terminal Clock - Theme Demo
Show different theme options.
"""
from ASDFGH import quick_start
# Choose your theme
quick_start(theme="plain") # Plain theme
# Or use retro theme
# quick_start(theme="retro") # Retro theme
Custom Clock Example
"""
ASDFGH Terminal Clock - Custom Clock Demo
Full control with all options.
"""
from ASDFGH import ColorClock, Theme
# For full control, create custom clock
clock = ColorClock(
theme=Theme.RETRO, # Possible: Theme.RETRO or Theme.PLAIN
military_time=True, # 24-hour format - Possible: True/False
show_date=False, # Hide date - Possible: True/False
big_font=True, # Big font - Possible: True/False
blink_separators=False, # Blinking colons - Possible: True/False
)
clock.display() # Press CTRL+C to exit
Features
- Dual Themes: Retro (green) and Plain (white) themes
- Big Font: Large block-style digits for easy reading
- Date Display: Optional date header
- Time Formats: 12-hour and 24-hour format support
- Visual Effects: Optional blinking colon separators
- Centered Display: Automatically centers in terminal
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asdfgh-0.1.2.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asdfgh-0.1.2.tar.gz.
File metadata
- Download URL: asdfgh-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e779eb016578b5a993d89ec8b076c14feb245bcb4a7b71bc2b2cce96df83f4bb
|
|
| MD5 |
8a91896d91e91d82f63f11e2f4f7dab8
|
|
| BLAKE2b-256 |
097429add2c63d3be5952f01007957138a4e0380667358043e78fa1194a3000a
|
File details
Details for the file asdfgh-0.1.2-py3-none-any.whl.
File metadata
- Download URL: asdfgh-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8570b3636ef8d097c45eb0c2bedf4f9441cfdd50283e4c8f69fee09e1c41b5f
|
|
| MD5 |
6dbfb800405d4093fc8f20e8a9352e37
|
|
| BLAKE2b-256 |
f7f90f5e4f43caeb7e4d94334212b8ba33295780bd6fa28c3557ea0cff522047
|