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