|
|
пре 5 година | |
|---|---|---|
| .. | ||
| handler | пре 5 година | |
| img | пре 5 година | |
| Readme.md | пре 5 година | |
| config.yml | пре 5 година | |
| display.py | пре 5 година | |
| main.py | пре 6 година | |
| menu.py | пре 5 година | |
| mock_rpi_gpio.py | пре 6 година | |
| music.yml | пре 5 година | |
| musikautomat.py | пре 5 година | |
| requirements.txt | пре 6 година | |
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 .