This project is a menu-driven application developed in Python, utilizing MySQL as the database backend to manage large student records efficiently. The application provides essential functionalities such as adding, displaying, searching, updating, and deleting student records, making it an ideal solution for organizing data in schools or similar institutions.
- Add Records: Insert new student information into the database.
- Display Records: View all stored student records in a formatted layout.
- Search Records: Find specific student information based on criteria (e.g., ID, name).
- Update Records: Modify existing student details.
- Delete Records: Remove student records permanently.
- Menu-Driven Interface: Easy-to-use text-based interface for smooth navigation.
- Programming Language: Python
- Database: MySQL
- Connector: MySQL Connector for Python