Skip to content

Releases: fadymas/Students-Management-System

Initial Release (v1.0.0)

20 Aug 22:55
89659d4

Choose a tag to compare

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