Matthias Ladkau 0daec7d50e fix: Working album art | il y a 5 ans | |
---|---|---|
.. | ||
web | il y a 5 ans | |
README.md | il y a 5 ans | |
config.yml | il y a 5 ans | |
display.py | il y a 5 ans | |
main.py | il y a 5 ans | |
music.yml | il y a 5 ans | |
musikautomat.py | il y a 5 ans | |
player.py | il y a 5 ans | |
pymplb.py | il y a 5 ans | |
requirements.txt | il y a 5 ans |
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 .