Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.16 KB

Student Database Project

Description

This project is a simple student database management system developed in Python. It uses CSV files to store student data and provides functionalities to add, update, delete, and view student records. Additionally, it features data visualization capabilities using the matplotlib library to plot graphs based on student data.

Features

  • Add New Records: Insert new student data into the database.
  • Update Records: Modify existing student information.
  • Delete Records: Remove student data from the database.
  • View Records: Display all student data stored in the CSV file.
  • Plot Graphs: Generate various graphs (e.g., performance charts, attendance graphs) using matplotlib.

Dependencies

  • Python 3.x
  • matplotlib
  • csv

Contributing

Contributions to this project are welcome! Please fork the repository and submit a pull request with your proposed changes.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.