/clockword

A relaxed customizable clock which conveys your system time lyrically.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

clockword 🍊

A relaxed customizable clock which conveys your system time lyrically.

Patchnotes

Release Notes
1.0.3 Binary release
1.0.2 + enabled dark mode
+ opacity adjustment (Windows only)
+ added taskbar icon

Run in Python

# 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)

Build .exe

Run the build script

python build.py

the binary will be located in the /bin directory.