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