A simple terminal-based digital clock built in Python using ASCII art digits.
- Real-time digital clock in the terminal
- ASCII-rendered digits
- Lightweight and dependency-free (standard library only)
You can run it in either of the following ways:
python3 src/main.pypdm run start- Designed for terminal environments
- Screen is refreshed continuously
- Best viewed in a monospaced font terminal
