Skip to content

(Deprecated) A simple python script to calculate GPA for students in UM-SJTU JI.

Notifications You must be signed in to change notification settings

JasonQSY/JI-GPACal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JI-GPACal (Deprecated)

This is my first project when I learn python. It's time to say goodbye.

This is the gpa calculator for um-sjtu ji. I use it to calculate my own GPA.

Usage

Firstly, you need to type your grade one by one. I do not read the grade from SJTU or JI database because this way is more flexible.

cp grade-sample.xlsx grade.xlsx
open grade.xlsx # just in Mac OS X, you can direcly open it with Microsoft Office

Since grade.xlsx is in .gitignore, it won't be pushed or pulled. After typing the grade, you can get your GPA directly by

python3 gpacal.py # python2 may be OK, but I use python3 

Dependencies

The only package is xlrd. You can install it by pip3.

pip3 install xlrd

Improvements and Contribution

There are several points open to pull request. Other improvements are also welcomed.

  • Neglect the line if letter grade is empty (it is useful because I can type the course just after taking it). Completed by @CZY.
  • Support csv file.
  • Can be used without python environment (actually only use py2exe is okay).

About

(Deprecated) A simple python script to calculate GPA for students in UM-SJTU JI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages