Matthias Ladkau b0480867c7 fix: First art display | пре 5 година | |
---|---|---|
.. | ||
web | пре 5 година | |
README.md | пре 5 година | |
config.yml | пре 5 година | |
display.py | пре 5 година | |
main.py | пре 5 година | |
music.yml | пре 5 година | |
musikautomat.py | пре 5 година | |
player.py | пре 5 година | |
pymplb.py | пре 5 година | |
requirements.txt | пре 5 година |
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 .