DiCuckoo is an attempt to write Python code that will drive a Raspberry Pi controlled cuckoo clock (servos). The clockface will be an LCD panel that will display a clockface using Python/PyGame.
Figurines on the DiCuckoo clock will be Bavarian-looking Playmobil.
©2017 Paul DiCarlo
For more information, see: http://dicarloandsons.blogspot.com/search/label/DiCuckoo
Some commands:
- python3 -m venv .venv
- source .venv/bin/activate
- pip3 freeze > requirements.txt
- pip3 install -r requirements.txt
- python3 -m pytest


