Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1 KB

README.md

File metadata and controls

48 lines (26 loc) · 1 KB

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.