Music player implemented with python.
Just download and install the latest release.
Alternatively, if you like to build your own, download or clone a repository then execute makebuild.py. Python 3.x, Python packages in the requirements.pip file, and InnoSetup is required.
pip install requirements.pip
choco install innosetup
python makebuild.py
Or just run without build, with following command.
python ./source/main.pyw # with terminal
pythonw ./source/main.pyw # without terminal
pymp.exe # run main.pyw with launcher
Following argument can be passed while instance is running.
python ./source/main.pyw [path/to/track.mp3]
pythonw ./source/main.pyw [path/to/track.mp3]
pymp.exe [path/to/track.mp3] # run main.pyw with launcher