aboutsummaryrefslogtreecommitdiff

Terminal LCD Clock

A simple justified time and date LCD-like display using pyfiglet and curses.

Screenshot

License

MIT; see LICENSE.txt in the repository root.

Usage

Prerequisites: Python 3.

After cloning the repo and cding in:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./terminal_clock.py