A simple Student Management System built using Python and SQLite.
- Add Student
- View Students
- Update Student Details
- Delete Student
- Python
- SQLite
- VS Code
This is a beginner-level CRUD (Create, Read, Update, Delete) application developed using Python and SQLite database. The project helps manage student records by allowing users to add, view, update, and delete student information.
- Clone the repository
git clone <https://github.com/Bindupriya-tutorials/Student-Management-System>-
Open the project folder in VS Code
-
Run the file
python student_management.py===== STUDENT MANAGEMENT SYSTEM =====
1. Add Student
2. View Students
3. Update Student
4. Delete Student
5. Exit