Finally a customizable, centered, nice CLI-based clock.
- Live CLI-based digital clock
- ASCII art characters
- Everything centered!
- Live updating date
- Completely customizable fonts
- Cool stylish border
- Resizable! (supports live terminal resizing)
- More coming soon... (maybe) 👀
The program is written in Python, and thus requires it as its sole system-wide dependency.
Run pip install <URL> where the <URL is the link to the .whl file in the latest release.
Then run the program with the command cli-clock. If the command is "not found" or similar, make sure your Python scripts folder is on your PATH.
git clone https://github.com/McSnurtle/cli-clock \
cd cli-clock \
python -m venv venv \
source ./venv/bin/activate \
pip install --upgrade --verbose -r requirements.txt \
pip install -e . \
cli-clockOn windows, you'll have to run .\venv\Scripts\activate instead of the above 4th line.
Note: this project, all of its files, including this README.md were written entirely by hand, without the use of any AI tools whatsoever.