The Students Management System is a Python-based application designed to manage student information, courses, and grades. It provides functionalities to add, edit, and remove students and courses, as well as to supply and view grades.
- Student Management: Add, edit, and remove student information.
- Course Management: Add, edit, and remove course information.
- Grade Management: Supply and view grades for students.
- GPA Calculation: Calculate and display the GPA for students.
- Data Visualization: Display course registration distribution using pie charts.
- Python 3.x
matplotliblibrary for data visualizationjsonandcsvmodules for data handling
1 Month By Myself