项目作者: OlayinkaAtobiloye

项目描述 :
An mp3 music player built with Python.
高级语言: Python
项目地址: git://github.com/OlayinkaAtobiloye/MusicPlayer.git
创建时间: 2021-04-15T22:15:14Z
项目社区:https://github.com/OlayinkaAtobiloye/MusicPlayer

开源协议:

下载


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.

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

Create a virtual environment for the project.

  1. python -m venv 'env'

Install the project’s dependencies.

  1. pip install -r requirements.txt

License

MIT

Screenshots

App Screenshot

Contributing

Contributions are always welcome!

Fork the project, and create a pull request.