🧮
GPA Calculator
A console tool that computes a semester GPA. It asks for the number of courses, each course's credits, and marks (either a total or split into mid-…
A console tool that computes a semester GPA. It asks for the number of courses, each course's credits, and marks (either a total or split into mid-…
A console tool that computes a semester GPA. It asks for the number of courses, each course's credits, and marks (either a total or split into mid-sem, internal and end-sem), then derives grade points and a weighted GPA.
python GPA-Calculator.py
Standard library only (math).
Yes — console program using only input()/print() and the math module.