Skip to content

BOXERRMD/Music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Music-player

Discover an MP3 player entirely in Python!

Python MP3 player

MP3 player entirely in python. Operates via a Tkinter interface and pygame module.

Add-on module :

  • os
  • mutagen

Module version :

  • Tkinter = Undefined
  • pygame = 2.5.1
  • mutagen = 1.46.0

.exe file

It's also possible to save the file as an executable so you can have it on your computer!

All you need to do is install the following module:

  • pyinstaller

And run the following command in the main console (not the python console!):

  • pyinstaller Music-player.py --noconsole --onefile -i icone.ico

In your python project, you'll build two additional folders with the names "build" and "dist" and a "Music-player.spec" file. You can delete the "build" folder after executing the command line above. The "dist" folder contains the project executable file. You can relocate it if you wish, to make it more accessible.

The "Music-player.spec" file can be removed from the project.

For download the installer, folow this link : https://drive.google.com/file/d/1o1H7ApgB8HcdW7Fgz-78V_D757Dy3ob9/view?usp=sharing