This is an emulated version of a clock I've once built in school. It's using Python and SDL2.
- Create and active a venv:
python3 -m venv c2k-env && source c2k-env/bin/active - Install dependencies using pip:
pip install -r requirements.txt - Install SDL2
apt-get install python3-sdl2orpacman -S sdl2 sdl2_image
Just run python c2k.py using your venv.
You can swap the lights within the resources dir.


