โน๏ธ About GradePath
The story behind the tool โ why it exists and what it stands for.
Our Mission
GradePath was born from a simple problem: every semester, college students across India manually calculate their SGPA and CGPA using messy spreadsheets or unreliable generic calculators that don't match their university's grading scale. Switching between VTU, Anna University, or a university-specific scale always meant re-entering the same data.
GradePath fixes that. One tool. Multiple scales. No login. No spreadsheets. Pick your scale, enter your subjects, and get your results instantly โ that's it. No fluff, no accounts, no data leaving your browser.
Our Values
Free & Open
Always free to use. No premium tiers. No hidden charges. Knowledge should be accessible.
Privacy First
Zero servers. Zero tracking. Your grades live on your device and nowhere else.
Accuracy
Math that matches the standard formula. Verified against manual calculations for every preset scale.
How It Works
GradePath is a fully static, client-side web application. There is no backend
server, no database, and no user accounts. When you select a grading scale,
add semesters, and enter subjects, everything is stored temporarily in your
browser's memory and optionally saved to localStorage so your
data persists across page refreshes.
The calculation follows the standard weighted-average formula:
SGPA = ฮฃ(credits ร grade point) รท ฮฃ(credits) โ per semester
CGPA = ฮฃ(credits ร grade point) รท ฮฃ(credits) โ across all semesters
Built with plain HTML5, CSS3, and vanilla JavaScript (ES6+) โ no frameworks, no build steps, no unnecessary complexity.
Built By
Poorvith M P โ a student who wanted a better way to calculate grades and decided to build it. This tool is a reflection of the belief that the best software comes from scratching your own itch.
Questions, suggestions, or found a bug? Reach out via the Contact page.