Skip to content

OlayinkaAtobiloye/MusicPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Music Player

This is an mp3 music player built with Python. It is an open source project available to everyone.

Acknowledgements

Run Locally

Clone the repo into your local machine and change directory to the project's folder.

  git clone https://github.com/OlayinkaAtobiloye/MusicPlayer
  cd MusicPlayer

Create a virtual environment for the project.

  python -m venv 'env'

Install the project's dependencies.

  pip install -r requirements.txt

License

MIT

Screenshots

App Screenshot

Contributing

Contributions are always welcome!

Fork the project, and create a pull request.