|
|
il y a 5 ans | |
|---|---|---|
| .. | ||
| handler | il y a 5 ans | |
| img | il y a 5 ans | |
| Readme.md | il y a 5 ans | |
| config.yml | il y a 5 ans | |
| display.py | il y a 5 ans | |
| main.py | il y a 6 ans | |
| menu.py | il y a 5 ans | |
| mock_rpi_gpio.py | il y a 6 ans | |
| music.yml | il y a 5 ans | |
| musikautomat.py | il y a 5 ans | |
| requirements.txt | il y a 6 ans | |
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 .