A Python-based Student Result Management System using OOP concepts.
- Add students with subject-wise marks
- View individual student reports
- Calculate average marks with pass/fail status
- Find the topper
- Save and load student data via CSV
- Object-Oriented Programming (Classes, Objects, Inheritance)
- File Handling
- CSV module
- Loops, Conditionals, Dictionaries
- Clone the repository
git clone https://github.com/yachikadev/student-result-management.git- Run the file
python main.py- Choose from menu:
1 - Add Student
2 - Display All Students
3 - Find Topper
4 - Save to CSV
5 - Load from CSV
6 - Exit
Yachika Sharma — @yachikadev