A Flask-based web application to search SSC-II (Matric) exam results by Roll Number from the official FBISE Gazette (1st Annual 2025).
Users enter a 7-digit Roll Number and instantly get Name, Status, Marks, Grade, and School Name — the full dataset remains hidden.
- Search by Roll Number only (secure).
- Displays: Name, Status, Marks, Grade, School.
- Handles large Gazette PDFs using batch parsing to avoid memory issues.
- Works on Replit, local environments, and lightweight servers.
- Python 3
- Flask (Web Framework)
- PyPDF2 (PDF parsing)
- Pandas (Data handling)
- HTML/CSS (UI templates)