A simple Python program to manage student grades. You can add up to 20 students, view stats, search by ID, delete records, and save everything to a file using JSON.
- Add student records (max 20)
- Store multiple grades per student (up to 5)
- Calculate averages, highest, and lowest scores
- Search by student ID
- Delete student records
- Persistent storage using JSON
- Open the file in IDLE or any Python environment.
- Run the script.
- Follow the menu prompts.