|
|
5 years ago | |
|---|---|---|
| .. | ||
| Readme.md | 5 years ago | |
| config.yml | 5 years ago | |
| main.py | 6 years ago | |
| mock_rpi_gpio.py | 6 years ago | |
| music.yml | 5 years ago | |
| musikautomat.py | 5 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 .