Skip to content

rohitkadhe/uofc_empty_course_seats_finder

Repository files navigation

Uofc Empty Course Seats Finder

  • Objective of this project automate the process of checking if courses at the University of Calgary (Uofc) have empty seats

Prerequisites

  • Ensure you have python3 installed
  • Ensure you have pip3 installed
  • Download selenium by using 'pip3 install selenium'
  • Ensure you have the correct 'chrome driver' installed which currently is for version 86

Running the project

  • Navigate to the project folder and open the courses text file
  • Terms have to be in the following format: "'year' (Fall, Winter, Spring, Summer)"
  • Courses have to be in the follwing format: "'course code' 'course number'"
  • Example courses file:
    Course Name, Term
    ENCM 467, 2020 Fall
    ENCM 511, 2020 Fall
    ENEL 471, 2021 Winter
  • Open a terminal of choice in the project directory and type 'python3 uofc_empty_course_seats_finder' to run the project
  • A results text file will be generated and opened in the same folder. This file will let you know which courses have empty seats and which courses are full.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages