This is a GUI application that lets you design your timetable quick and efficiently
Check out this YouTube video for a detailed tutorial.
You need to have Python and pip installed on your computer. You can download Python from python.org and pip usually comes bundled with it.
git clone https://github.com/suryatejess/vit-course-reg-planner.git
If you do not have git installed on your computer or dont know how ot use git, just download the zip file.
pip3 install -r requirements.txt
or
pip install -r requirements.txt
python3 primary_window.py
or
python primary_window.py