GradeInsight is a simple grade analyzer tool that helps calculate and visualize student performance.
It takes raw grade data (test scores, quiz results, assignments) and automatically computes:
- β Highest score
- β Lowest score
- β Average score
- β Passing and failing counts
- β Percentage and grade distribution
- Upload or input student scores
- Automatic computation of statistics
- Exports data to CSV, Excel, or PDF (planned)
- Clean and simple interface for teachers or students
- Enter grades manually or upload a file (planned feature)
- The app automatically displays:
- Highest, lowest, average scores
- Pass/fail counts and grade breakdown
- Future versions will include visualization and export features
- Python (core logic)
- Flask (for web app interface, if web version)
- HTML/CSS/JS (front-end)
- Pandas / OpenPyXL (for Excel export)
- ReportLab / PDFKit (for PDF export)
Created by Rikoting
(Built originally in Replit, 2025)
MIT License