Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.07 KB

UniSATimetableExporter


🥳 THIS TOOL HAS HONOURABLY RETIRED 🎉

Three and half years after the development of this tool, UniSA finally provides students with the ability to export class timetable to a calendar:

Therefore, this tool has reached its end. Thank you for your use and good luck with your studies!

- Yihao


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.

Usage

  1. Install required libraries:
pip install easygui
pip install requests
pip install bs4

Please note that tcl/tk is also required to run the program.

  1. Run Exporter.py, follow the steps.