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

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 .