A simple Student Management System built using Python. This console-based application allows users to manage student records through a menu-driven interface.
- Add a new student
- View all student records
- Search for a student by ID
- Update student details
- Delete student records
- Display total number of students
- Menu-driven interface
- Input validation
- Dictionary-based data storage
- Python 3
Student-Management-System/
│
├── student_management_system.py
├── README.md
- Clone the repository:
git clone https://github.com/your-username/Student-Management-System.git- Navigate to the project folder:
cd Student-Management-System- Run the program:
python student_management_system.py- Python dictionaries
- Functions
- Loops
- Conditional statements
- CRUD operations
- Menu-driven programming
- File handling for data persistence
- Database integration (SQLite/MySQL)
- Graphical User Interface (Tkinter)
- User authentication
Shaik Noorjahan