Desktop

GPA Assistant

Multi-theme JavaFX desktop app that calculates GPA and term results from weighted exam grades.

Java 17JavaFXGsonOpenPDF

01Overview

GPA Assistant is a JavaFX desktop application that calculates course averages, GPA and semester results. Each course takes weighted exam inputs (for example 30/30/40) and produces results on both the 100-point and GPA scales.

Semester history is searchable and sortable, with data stored in the user folder. JSON backups can be exported and imported, and the import path uses merge logic so existing records are not overwritten.

02Key Features

03Engineering Notes