A GUI-based Student Management System built using Python and Tkinter. It allows users to add, search, update, view, and delete student records. Student data is stored using a CSV file.
- Add Student Data
- Search Student Data
- Update Student Data
- Delete Student Data
- View All Students Data
- CSV-based storage
- Python
- Tkinter
- Pillow
- CSV
- OOP
- Install Python
- Install Pillow: pip install pillow
- Run the project: python main.py
Muskan Jangra