This is a Music Application (MUSIQ) created for Modern Application Development I Project
To run the application follow these steps
- Create Virtual Environment
python -m venv < env_name >
- Activate the environment (for windows cmd)
< env_name >/Scripts/activate.bat
- Install Requirements from requirements.txt
pip install -r requirements.txt
- Finally, run the application
python main.py