A python tool to convert Waterloo transcript to US GPA, including major GPA and overall GPA.
2.6 <= Python version <= 3.0
- Setup for pdfminer, go to the lib folder
$ cd lib
- Run
setup.py:
$ python setup.py install
Download your unofficial Waterloo transcript as Quest.pdf into transcripts folder.
Specify your major in magic_gpa.py, and run it!
$ python magic_gpa.py
pdfminer obtained under MIT license from: https://github.com/euske/pdfminer