Matthias Ladkau 983055a60f feat: First skeleton code for rewrite | hace 4 años | |
---|---|---|
.. | ||
web | hace 4 años | |
README.md | hace 4 años | |
config.yml | hace 4 años | |
display.py | hace 4 años | |
main.py | hace 4 años | |
mock_rpi_gpio.py | hace 4 años | |
music.yml | hace 4 años | |
musikautomat.py | hace 4 años | |
player.py | hace 4 años | |
pymplb.py | hace 4 años | |
requirements.txt | hace 4 años |
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 .