This is a Python program for a music player GUI built using the tkinter module. The music player allows the user to load a playlist from a directory and play songs from the playlist. The program uses the pygame mixer library for playing music.
- Python 3.x
- Pygame library
- Tkinter module
- Install Python 3.x from the official website: https://www.python.org/downloads/
- Install the Pygame library by running the following command in the terminal: pip install pygame
- Tkinter module comes pre-installed with Python. No additional installation is required.
- Run the program by running the following command in the terminal: python music_player.py
- Click on the "Add Your Playlist" button to load a playlist from a directory.
- Select a song from the playlist and click on the "Play" button to play the song.
- Click on the "Pause" button to pause the currently playing song.
- Click on the "Resume" button to resume the paused song.
- Click on the "Stop" button to stop the currently playing song.