Matthias Ladkau 983055a60f feat: First skeleton code for rewrite | пре 4 година | |
---|---|---|
.. | ||
web | пре 4 година | |
README.md | пре 4 година | |
config.yml | пре 4 година | |
display.py | пре 4 година | |
main.py | пре 4 година | |
mock_rpi_gpio.py | пре 4 година | |
music.yml | пре 4 година | |
musikautomat.py | пре 4 година | |
player.py | пре 4 година | |
pymplb.py | пре 4 година | |
requirements.txt | пре 4 година |
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 .