Matthias Ladkau 9f10af38cc chore: Remove trailing spaces 4 år sedan
..
web 6512fc229a fix: Adding webserver and proper playlist processing 4 år sedan
README.md ebe4cd2b5b feat: Drawing and keyboard input 4 år sedan
config.yml ebe4cd2b5b feat: Drawing and keyboard input 4 år sedan
display.py 9f10af38cc chore: Remove trailing spaces 4 år sedan
main.py 6512fc229a fix: Adding webserver and proper playlist processing 4 år sedan
music.yml 6512fc229a fix: Adding webserver and proper playlist processing 4 år sedan
musikautomat.py 9f10af38cc chore: Remove trailing spaces 4 år sedan
player.py 9f10af38cc chore: Remove trailing spaces 4 år sedan
pymplb.py a2f1e21b22 feat: First mplayer control 4 år sedan
requirements.txt 6512fc229a fix: Adding webserver and proper playlist processing 4 år sedan

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 .