Matthias Ladkau b0480867c7 fix: First art display hace 5 años
..
web b0480867c7 fix: First art display 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 b0480867c7 fix: First art display hace 5 años
main.py b0480867c7 fix: First art display hace 5 años
music.yml 6512fc229a fix: Adding webserver and proper playlist processing hace 5 años
musikautomat.py b0480867c7 fix: First art display hace 5 años
player.py b0480867c7 fix: First art display hace 5 años
pymplb.py a2f1e21b22 feat: First mplayer control hace 5 años
requirements.txt 6512fc229a fix: Adding webserver and proper playlist processing 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 .