A relaxed customizable clock which conveys your system time lyrically.
Release | Notes |
---|---|
1.0.3 | Binary release |
1.0.2 | + enabled dark mode + opacity adjustment (Windows only) + added taskbar icon |
# option 1: Run from terminal
python main.py
# option 2: Import
from main import clockword
clockword(background='#000', foreground='#fff', font=('Times New Roman', 20), opacity=0.7)
Run the build script
python build.py
the binary will be located in the /bin
directory.