|
|
há 5 anos atrás | |
|---|---|---|
| .. | ||
| handler | há 5 anos atrás | |
| img | há 5 anos atrás | |
| Readme.md | há 5 anos atrás | |
| config.yml | há 5 anos atrás | |
| display.py | há 5 anos atrás | |
| main.py | há 6 anos atrás | |
| menu.py | há 5 anos atrás | |
| mock_rpi_gpio.py | há 6 anos atrás | |
| music.yml | há 5 anos atrás | |
| musikautomat.py | há 5 anos atrás | |
| requirements.txt | há 6 anos atrás | |
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 .