Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.17 KB

yorku-gpa-calculator

A small script to calculate your 9 point and 4 point GPA from the York University "List of Courses and Grades" page

How to use

  1. Visit the "List of Courses and Grades" page
  2. Open your browser console
Instructions for Google Chrome
  • Open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools.
  • Or: You can also use Option + + J (on macOS), or Shift + CTRL + J (on Windows/Linux).
    • The console will either open up within your existing Chrome window, or in a new window. You may have to select the Console tab.

Instructions for other browsers are available on this page

  1. Paste the contents of gpa-calc.js into the console, and hit enter.
  2. Your nine-point and four-point GPA will be presented to you.