Matthias Ladkau a2f1e21b22 feat: First mplayer control 4 yıl önce
..
README.md ebe4cd2b5b feat: Drawing and keyboard input 4 yıl önce
config.yml ebe4cd2b5b feat: Drawing and keyboard input 4 yıl önce
display.py a2f1e21b22 feat: First mplayer control 4 yıl önce
main.py a2f1e21b22 feat: First mplayer control 4 yıl önce
music.yml a2f1e21b22 feat: First mplayer control 4 yıl önce
player.py a2f1e21b22 feat: First mplayer control 4 yıl önce
pymplb.py a2f1e21b22 feat: First mplayer control 4 yıl önce
requirements.txt ebe4cd2b5b feat: Drawing and keyboard input 4 yıl önce

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 .