Skip to content

Modern GUI Music Player using customtkinter python library.

Notifications You must be signed in to change notification settings

ArthurHandy/Modern-GUI-Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Modern GUI Music Player

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.

music_player

Prerequisites

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

Installing

Clone the repository:

https://github.com/ArthurHandy/Modern-GUI-Music-Player.git

Running Program

Run Music Player:

python music_player.py

Built With

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.

About

Modern GUI Music Player using customtkinter python library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published