This python package is developed by Arjun K PSG ICE (20-24) which can be used for calculating the GPA and CGPA of the students
To calculate GPA pass a list in the format [Grade,Credits,Grade,Credits,........] to the function gpapsgcalc()
To calculate CGPA pass a list in the format [CGPAUptoPreviousSem/GPA,........] to the function cgpapsgcalc()