ngpa

Some handy functions for computing NJU gpa


Keywords
NJU, gpa
License
Other
Install
pip install ngpa==0.0.6

Documentation

ngpa

ngpa is a set of tools helpful for calculating GPA, made for students in Nanjing University.

usage

ngpa [-h] [-e EXCLUDE [EXCLUDE ...]] [filelist ...]

you want to write your own tools?

from ngpa.lib import xxx # xxx is the thing you want to import

'''
your own code here
'''