This is my own custom music player written in python with the pyqt framework, i made it so that i could listen to music without burning my eyes since i couldnt find a good dark theme for vlc
Install libraries using:
pip install -r requirements.txtThis app also needs FFmpeg for pulling .opus file cover art, please make sure you have it in your path.
player_ui.py→ UI logic created with Qt Designer.musicplayer.pyw→ Main application code.icon.ico→ Window and system tray icon made by merequirements.txt→ The required packages for the code to work.
No more updates as ive switched to other projects