Skip to content

Student Management System Pro is a Flask + SQLite web app for managing student records. It features role-based access (Admin, Teacher, Student), CRUD operations, and CSV import/export. Ideal for academic demos and learning Python web development basics.

License

Notifications You must be signed in to change notification settings

BGourav05/Student-Management-System-using-Python

Repository files navigation

Student Management System Pro

Enhanced Student Management System (Light Theme) built with Flask + SQLite.

Features: role-based demo auth (Admin/Teacher/Student), CSV import/export, CRUD for students.

Quickstart

pip install -r requirements.txt
python app.py
# open http://127.0.0.1:5000 and login

Use the login page to choose a role (Admin/Teacher/Student). For Student, enter a student ID to view that record.

Demo CSV

A sample CSV students_sample.csv is included for testing import.

About

Student Management System Pro is a Flask + SQLite web app for managing student records. It features role-based access (Admin, Teacher, Student), CRUD operations, and CSV import/export. Ideal for academic demos and learning Python web development basics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published