Modern GUI Music Player using Customtkinter, Tkinter, and Pygame python library.
GUI contains these features:
-
Play Button: Plays music. -
Pause Button: Pauses music. -
Previous Button: Goes to previous song in playlist. -
Next Button: Goes to next song in playlist. -
Stop Button: Stops the current song from playing. -
Add File Button: Opens file explorer with .mp3 files. -
Adjust Sound Slider: - Volume slider adjustment. -
Time Label: - Displays the current time of song playing. -
Song Label: - Displays the current song playing.
Make sure to keep up to date with Python latest version:
Python 3.10 or up
Have all correct packages downloaded:
pip install -r requirement.txt
Clone the repository:
https://github.com/ArthurHandy/Modern-GUI-Music-Player.git
Run Music Player:
python music_player.py
PyCharm - IDE
Python - Programming language used
customtkinter - Python UI-library based on tkinter, allows for modern fully customizable widgets.
tkinter - Python started GUI library.
pygame - Python library for game development.