Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors