About this project

This project is a Student Management System implemented in Python with MySQL database connectivity. It provides basic CRUD operations for student records: adding new students, updating existing records, searching for students, deleting records, and displaying all stored data. The program incorporates file handling and exception handling, and uses PrettyTable to format output in a readable table layout. The README is minimal and does not include setup instructions, schema details, or usage examples.