Matthias Ladkau b0480867c7 fix: First art display | hace 5 años | |
---|---|---|
.. | ||
web | hace 5 años | |
README.md | hace 5 años | |
config.yml | hace 5 años | |
display.py | hace 5 años | |
main.py | hace 5 años | |
music.yml | hace 5 años | |
musikautomat.py | hace 5 años | |
player.py | hace 5 años | |
pymplb.py | hace 5 años | |
requirements.txt | hace 5 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 .