Skip to content

This project demonstrates how to create a basic music player using Python, Tkinter (for the GUI), and Pygame (for audio playback). The music player allows you to load and play MP3 files from your local directory.

Notifications You must be signed in to change notification settings

Siddharthh39/music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Music Player This is a simple music player implemented in Python using the Tkinter library for the GUI and the Pygame library for playing audio files. It allows users to load a playlist of MP3 files, play, pause, stop, and navigate through the tracks.

How to Use Load Playlist: Click the "Load Playlist" button to select MP3 files to add to the playlist. Play: Click the "Play" button to start playing the current track in the playlist. Pause: Click the "Pause" button to pause playback. Stop: Click the "Stop" button to stop playback. Next: Click the "Next" button to play the next track in the playlist. Previous: Click the "Previous" button to play the previous track in the playlist.

Requirements Python 3.x Tkinter library Pygame library new commit

About

This project demonstrates how to create a basic music player using Python, Tkinter (for the GUI), and Pygame (for audio playback). The music player allows you to load and play MP3 files from your local directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages