A Python-based console application that allows adding, searching, updating, and deleting student records.
Uses CSV file handling to store data persistently.
Add new students Search students by ID Update student records Delete students View all students
Python 3 CSV file handling
- Clone the repository
- Run
python student_management.py - Follow the on-screen men