Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 320 Bytes

UTSC Course Tree

Simulate course selection on an interactive interface.

URL: https://a-kun.github.io/utsc-course-tree/

CourseSpider

To run coursespider.py, you need to install some dependencies

pip3 install beautifulsoup4 requests

It is recommended to run coursespider.py with pypy for better speed.