A Python menu driven project which stores data of students in My SQL.
The user can enter the records of students and store them in a database called Sqlite3 which is in an essence the online version of My SQL database. The program also allows user various operations to the database like modification, addition, deletion etc.
This project was created on Google Colab and hence may not work properly when run locally on the machine. Also this project stores the database file in Google Drive. Hence, it is recommended to run the Python script in Google Colab only.
- Insert Records.
- Display Records.
- Modify Records.
- Search Records.
- Delete Records.
- Display deleted records.
- Name of student.
- Age.
- Roll number.
- Gender (Male/ Female) (Sorry LBGTQ guys).
- Phone number.
- Marks (out of 100) of 5 subjects (English, Chemistry, Physics, Maths and Computer Science) .