Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 873 Bytes

File metadata and controls

34 lines (24 loc) · 873 Bytes

Guelph Course Section Schedule Generator

This program generators all possible schedules using course information from the University of Guelph. Quickly find the best schedule that fits your needs.

Table of Contents

  1. Implementation
  2. Demo

Implementation

Dependencies

  • Python 3.6
  • Some kind of xlsx viewer (ex. Excel)
  • xlsxwriter
  • beautifulsoup4

pip dependencies can be found in requirements.txt.

Installation/Usage

  1. Run setup.py.
  2. Search for Sections on webadvisor.
  3. Download html of section result page.
  4. Place inside html_courses folder.
  5. Run the run.py to execute the program.
  6. Open options.xlsx to view output.

Back to top

Demo

TODO: CREATE PICTURE DEMO

Back to top