![]() |
2 years ago | |
---|---|---|
.. | ||
handler | 3 years ago | |
img | 2 years ago | |
Readme.md | 3 years ago | |
config.yml | 3 years ago | |
display.py | 3 years ago | |
main.py | 3 years ago | |
menu.py | 3 years ago | |
mock_rpi_gpio.py | 3 years ago | |
music.yml | 3 years ago | |
musikautomat.py | 3 years ago | |
requirements.txt | 3 years ago |
Simple graphical interface for mplayer.
Install:
Setup virtual environment:
python3 -m venv .
Install dependencies:
./bin/pip3 install -r requirements.txt
Freeze dependencies:
./bin/pip3 freeze > requirements.txt
Type check:
./bin/mypy .