|
|
6 years ago | |
|---|---|---|
| .. | ||
| web | 6 years ago | |
| README.md | 6 years ago | |
| config.yml | 6 years ago | |
| display.py | 6 years ago | |
| main.py | 6 years ago | |
| mock_rpi_gpio.py | 6 years ago | |
| music.yml | 6 years ago | |
| musikautomat.py | 6 years ago | |
| player.py | 6 years ago | |
| pymplb.py | 6 years ago | |
| requirements.txt | 6 years ago | |
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 .