Three and half years after the development of this tool, UniSA finally provides students with the ability to export class timetable to a calendar:
This program helps you to export your University of South Australia's student timetable to a .csv file, so that you can import the .csv file into other third-party calendar providers like Google Calendar.
This program has tested on Python 3.6.2.
- Install required libraries:
pip install easygui
pip install requests
pip install bs4
Please note that tcl/tk is also required to run the program.
- Run
Exporter.py
, follow the steps.