-
Python 3.7+
-
For Python to work on Windows
- Download Windows executable
- Open command prompt (Windows Key + R then type "cmd" and hit enter)
- Type
python --versionand hit Enter.
If you see the below message, then set PYTHONPATH by follwing these instructions:
'python' is not recognized as an internal or external command, operable program or batch file.
- Create virtual environment for python3:
python3 -m venv env- Activate
envvirtual environment
source env/bin/activate- Run the following command
./start - Go to localhost:5000 on your preferred browser.
- Create virtual environment for python:
python -m venv env -
Double click
start.bat -
Go to localhost:5000 on your preferred browser.
- Any user can add music (only
.mp3). - Any user can delete any songs available on the site.
- Any two or more songs can have same title-artist-album but their URL-slug would be different.