Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.17 KB

NTU Class Schedule HTML to ICS Converter

Prerequisites

  • Python is installed and added to your environment variables

Instructions

Step 1: Download the repo as a zip or clone the repo

Step 2: Install pip

Step 3: Run the command to get dependencies

	pip install -r requirements.txt

Step 4: Save your schedule as an html file (follow the guide below)

Step 5: To generate the ics file run the command

	python Schedule.py <name of html file>  

Getting the Schedule as an HTML File

Instructions in pictures:

Step 1 Step 2 Step 3 Step 4 Step 5