This is an mp3 music player built with Python. It is an open source project available to everyone.
Clone the repo into your local machine and change directory to the project's folder.
git clone https://github.com/OlayinkaAtobiloye/MusicPlayer
cd MusicPlayerCreate a virtual environment for the project.
python -m venv 'env'Install the project's dependencies.
pip install -r requirements.txtContributions are always welcome!
Fork the project, and create a pull request.