/MP3-player

This is a MP3 Player and the language that is used is Python

Primary LanguagePythonApache License 2.0Apache-2.0

MP3-player

This is a MP3 Player and the language that is used is Python

Libraries USED


TKINTER
Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.


PYGAME
Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.


MUTAGEN
Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.


IMORT ALL THE LIBRARIES

Graphical User Interface (GUI)

Graphical user interface (GUI), a computer program that enables a person to communicate with a computer through the use of symbols, visual metaphors, and pointing devices. Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python.

Function of the MP3

Play Song, Add Song, Add Many Song, Stop A Song, Next Song (Forward), Previous Song (Backward), Delete Song, Delete All Song & Pause A Song

image

Setup

To run the GUI you need to install git bash and follow the command to create a virtual environment so that it the GUI can run on that virtual environment


mkdir /e/mp3 ---> To make the directory and the directory is created in the file

cd /e/mp3 ---> To get inside the current directory

source /virt/scripts/activate ---> An virtual environment is created inside the directory

So now you can run the python code inside the virtual environment ** After that deactivate it to exit from the virtual environment

Support ❤

Please If you like the project then please give a Star to the project Thank You