It is a multi-user app. Used for streaming music/reading lyrics. User can play, read lyrics, rate songs, create playlists. This application was developed for the MAD-1 project (Sept-2023 term).
- Project zip file
- Python: 3.10.12 or above
- OS: Windows
- Browser: Chrome/Brave/Firefox
- Terminal: Powershell/CMD
Clone the project OR download the zip file
git clone https://github.com/siddd21/MAD-1-Project.gitGo to the project directory
cd Music\ Application/Create and activate virtual environment
python -m venv .env
.\.env\Scripts/activateInstall the requirements
pip -r requirements.txtRun the code
python app.pyOpen your browser and navigate to http://127.0.0.1:5000