A Python-based project to manage students' grades, including adding, viewing, editing, deleting, and calculating averages. This project helps in organizing and keeping track of student records efficiently.
- Add Students and Grades: Add a new student with their respective grade.
- View All Students: Display all students and their grades.
- Edit Student Grades: Modify the grades of specific students.
- Search Students by Name: Find a student by their name.
- Delete Students: Remove a student from the records.
- Calculate Average Score: Calculate the average grade of a specific student.
- Exit Program: Exit the application gracefully.
- Run the script using Python:
python students_points.py