wnow/README.md

14 lines
374 B
Markdown
Raw Permalink Normal View History

2023-08-01 03:52:53 -04:00
# wnow
wnow simple Python command line moving digital world clock
works on Windows, Linux, BSD and macOS
2023-08-04 08:42:28 -04:00
you may need to make some small changes depending on your system:
2023-08-04 08:42:28 -04:00
use backports.zoneinfo if zoneinfo is not available
2023-08-04 08:42:28 -04:00
use either of COLORS or COLOR_PAIRS depending on your OS (COLOR_PAIRS for Windows)
2023-08-04 08:42:28 -04:00
future implementations shall make these changes automatically