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.
- Clone the computer
git clone [email protected]: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.
- Install pandas library
pip3 install pandas
or
pip install pandas
- Install ics library
pip3 install ics
or
pip install ics
-
Go to the project directory.
-
Run the program and design your timetable.
python3 primary_window.py
or
python primary_window.py