A desktop application for managing student records.
- Add students
- Edit marks
- Delete students
- Search students
- Sort marks
- Export to CSV
- Persistent storage using JSON
- Python
- Tkinter GUI
- JSON storage
- CSV export
Install dependencies:
pip install -r requirements.txt
Run the program:
python main.py
