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