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.
- 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.
- Python 3.x
- matplotlib
- csv
Contributions to this project are welcome! Please fork the repository and submit a pull request with your proposed changes.
This project is licensed under the MIT License - see the LICENSE.md file for details.