MP3 player using Python is a basic programming application built using the programming language Python. It is a GUI program built by the means of Python libraries Tkinter, Pygame and Mutagen. This is a cross-platform program it will run on all platforms.(Windows/Linux/Mac) This program will allow you to play songs, music, and all MP3 files on your desktop or laptops.(only .mp3)
To run this program You need Python3 and some necessary modules to be installed. 1.Time 2.Threading 3.Pygame 4.Mutagen 5.Tkinter 6.ttkthemes
Use "pip install " command on Windows to install module. Use "sudo apt-get install python3-" on Ubuntu(Linux)