Student Result Manager Using Python
Student Result Manager is a beginner-friendly Python application designed to manage student academic records and evaluate performance. The system allows users to add student names and grades, view all registered students, and determine pass or fail status based on a predefined cutoff mark.
- Add Student
- View Students
- Check Result
- Menu-Driven Interface
- Python 3
- Dictionaries
- Functions
- Loops
- Conditional Statements
StudentResultManager/ ├── studentresultmanager.py └── README.md
- JSON Data Storage
- Update Student Records
- Delete Student Records
- Grade Classification
Deepak Kumar