Matthias Ladkau 1b0758a072 feat: Support for m3u playlists | hace 4 años | |
---|---|---|
.. | ||
handler | hace 4 años | |
img | hace 4 años | |
Readme.md | hace 4 años | |
config.yml | hace 4 años | |
display.py | hace 4 años | |
main.py | hace 5 años | |
menu.py | hace 4 años | |
mock_rpi_gpio.py | hace 5 años | |
music.yml | hace 4 años | |
musikautomat.py | hace 4 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 .