Skip to content

This is a simple MusicPlayer built with Python and Tkinter. The design was created by me with Figma and converted using TkForge. You can add your own .mp3 files and listen to them. All basic music-player features are available like:

License

Notifications You must be signed in to change notification settings

IM23a-tutkuno/Ozans-TkinterMusicPlayer

Repository files navigation

Ozans-TkinterMusicPlayer

This is a simple MusicPlayer built with Python and Tkinter. The design was created by me with Figma and converted using TkForge. You can add your own .mp3 files and listen to them. All basic music-player features are available like:

  • skip forward/back
  • volume control
  • play/pause
  • .mp3 file playback
  • playbar

Images

image

❗IMPORTANT❗

The python script creates two folders in ProgramData: OzansMusicPlayer/AudioFiles
When the user uploads mp3 files from his machine they get copied into that directory. That folder also get scanned for mp3 files everytime the script starts.

Installation

pip install -r /path/to/requirements.txt

Module Usage

  • pygame: is used for playing audio with pygame mixer music
  • mutagen: used for scanning the .mp3 file for the cover
  • pillow: used for implementing images into the code

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

LICENSE

LICENSE

About

This is a simple MusicPlayer built with Python and Tkinter. The design was created by me with Figma and converted using TkForge. You can add your own .mp3 files and listen to them. All basic music-player features are available like:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published