Enhanced Student Management System (Light Theme) built with Flask + SQLite.
Features: role-based demo auth (Admin/Teacher/Student), CSV import/export, CRUD for students.
pip install -r requirements.txt
python app.py
# open http://127.0.0.1:5000 and loginUse the login page to choose a role (Admin/Teacher/Student). For Student, enter a student ID to view that record.
A sample CSV students_sample.csv is included for testing import.