A simple music player has created by python
after clone the app, perform these steps:
- pip install virtualenv
- python -m venv env
- if on windows run >> env\Scripts\activate but if on linux run >> source env/bin/activate
- pip install -r requirements.txt
- flask run