Matthias Ladkau a2f1e21b22 feat: First mplayer control hace 5 años
..
README.md ebe4cd2b5b feat: Drawing and keyboard input hace 5 años
config.yml ebe4cd2b5b feat: Drawing and keyboard input hace 5 años
display.py a2f1e21b22 feat: First mplayer control hace 5 años
main.py a2f1e21b22 feat: First mplayer control hace 5 años
music.yml a2f1e21b22 feat: First mplayer control hace 5 años
player.py a2f1e21b22 feat: First mplayer control hace 5 años
pymplb.py a2f1e21b22 feat: First mplayer control hace 5 años
requirements.txt ebe4cd2b5b feat: Drawing and keyboard input hace 5 años

README.md

Musikautomat

Simple graphical interface for mplayer.

Setup:

Install:

  • mplayer
  • python3 (version >3.6)
  • python3-pip
  • python3-venv

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 .