https://github.com/wiwichips/ontario-gpa-calculator
For personal use to calculate gpa quickly and easily
https://github.com/wiwichips/ontario-gpa-calculator
Last synced: about 2 months ago
JSON representation
For personal use to calculate gpa quickly and easily
- Host: GitHub
- URL: https://github.com/wiwichips/ontario-gpa-calculator
- Owner: wiwichips
- Created: 2020-11-28T00:10:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T22:29:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T10:18:52.038Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ontario-gpa-calculator
Tool built for personal use to calculate gpa easily
# Usage
- git clone
- create a file to put your new line separated grades in, add one comma to enter the course weight to the right
- default course weight is 0.5
- example file will be shown below
- ``python3 calc.py filename.txt``Example file contents with your grades for a student who took 3 0.5 courses and one 0.75 course
```
75
80
89,0.75
83
```# TODO
- re-write this in TypeScript / JS
- Convert this into a static web page anyone can access in a browser
- More usable user input
- Ability to paste an unofficial University of Guelph transcript and output GPA
- Include other province's GPA calculations (https://gpacalculator.net/grade-conversion/canada/)