Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 790 Bytes

File metadata and controls

20 lines (14 loc) · 790 Bytes

Students Management System

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.

Features

  • 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.

Requirements

  • Python 3.x
  • matplotlib library for data visualization
  • json and csv modules for data handling

Time For Develop

1 Month By Myself