The Student Grade Calculator is a Python program designed to calculate and manage students' grades for a course. It allows instructors or administrators to input student names, IDs, and scores for various assignments and exams, and then automatically computes and displays final grades based on specified grading criteria.
- Add, edit, and delete student records.
- Input and manage scores for assignments and exams.
- Calculate final grades based on grading criteria.
- Generate grade reports for individual students or the entire class.
- Export grade data to a CSV file for further analysis.
- Clone this repository to your local machine:
- Navigate to the project directory:
-
Run the program:
-
Follow the on-screen instructions to:
- Input student information (name, ID).
- Add assignment and exam scores.
- Specify grading criteria (weights for assignments, exams, etc.).
- Calculate and view final grades.
- Generate grade reports and export data as needed.
- Author: A'amin H Nababa
- Email: alaminhnab4@gmail.com
- GitHub: (https://github.com/Alamein)
- Special thanks to AREWA DATA SCIENCE ACADEMY for providing inspiration and resources for this project.