pyBegin / projects / music-player
🎵

Music Player (Sangeet)

A desktop music player built with Tkinter. It lets you load a directory of audio tracks into a playlist and play, pause, resume and stop songs usin…

157 lines🖥 Desktop only

Music Player (Sangeet)

A desktop music player built with Tkinter. It lets you load a directory of audio tracks into a playlist and play, pause, resume and stop songs using pygame.mixer.

How to run

pip install pygame
python main.py

Dependencies

Pyodide-runnable

No — it is a Tkinter GUI application that uses pygame.mixer for audio and reads tracks from the local filesystem.