![]() |
8 months ago | |
---|---|---|
.. | ||
handler | 8 months ago | |
img | 8 months ago | |
Readme.md | 9 months ago | |
config.yml | 9 months ago | |
display.py | 8 months ago | |
main.py | 1 year ago | |
menu.py | 8 months ago | |
mock_rpi_gpio.py | 1 year ago | |
music.yml | 9 months ago | |
musikautomat.py | 9 months ago | |
requirements.txt | 1 year 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 .