pyBegin / projects / gpa-calculator
🧮

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-…

75 linesRunnable

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.