Matthias Ladkau ebe4cd2b5b feat: Drawing and keyboard input | пре 5 година | |
---|---|---|
.. | ||
README.md | пре 5 година | |
config.yml | пре 5 година | |
display.py | пре 5 година | |
main.py | пре 5 година | |
music.yml | пре 5 година | |
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 .