A simple Python command-line application to manage student grades.
- Add student name and marks
- Calculate class average
- Find topper
- Search student by name
- Save data to CSV file
- Python
- CSV File Handling
- Clone the repository
- Run: python main.py
- studentGradeManager.py
- students.csv
- README.md
- Add GUI version
- Add subject-wise topper
- Add grade classification (A, B, C)