🧮
GPA Calculator
Python75 lines· 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-…
Original project by @nilay-banerjee — view source on GitHubReady when you are
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-sem, internal and end-sem), then derives grade points and a weighted GPA.
How to run
python GPA-Calculator.py
Dependencies
Standard library only (math).
Pyodide-runnable
Yes — console program using only input()/print() and the math module.
gpa-calculator.py· Python 3.x
69 linesConsole· terminal