/Musiq-MAD1-project

This is the capstone project made for the project requirements of the course "MODERN APPLICATION DEVELOPMENT - 1".

Primary LanguageHTML

This is a Music Application (MUSIQ) created for Modern Application Development I Project
To run the application follow these steps

  1. Create Virtual Environment
python -m venv < env_name >
  1. Activate the environment (for windows cmd)
< env_name >/Scripts/activate.bat
  1. Install Requirements from requirements.txt
pip install -r requirements.txt
  1. Finally, run the application
python main.py