Matthias Ladkau 1b0758a072 feat: Support for m3u playlists | пре 4 година | |
---|---|---|
.. | ||
handler | пре 4 година | |
img | пре 4 година | |
Readme.md | пре 4 година | |
config.yml | пре 4 година | |
display.py | пре 4 година | |
main.py | пре 5 година | |
menu.py | пре 4 година | |
mock_rpi_gpio.py | пре 5 година | |
music.yml | пре 4 година | |
musikautomat.py | пре 4 година | |
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 .