Student Management System
using Python library tkinter
and MySQL
The Student Management System is to allow the administrator of any organization to edit and find out the personal details of a student. It’ll also facilitate keeping all the records of students, such as their Registration id, First Name, Last Name, Father Name, DOB, gender, phone number, etc. So all the information about a student will be available in a few seconds. Overall, it’ll make Student Information Management an easier job for the administrator any organization. The main purpose of this Student Management System document is to illustrate the requirements of the project Student Management System and is intended to help any organization to maintain and manage its student’s data.
CREATE DATABASE management;
You need to have the necessary privileges to create a database in MySQL workbench
. If you are using the root user change your user and password, you should be able to create a database without any issues.
https://drive.google.com/file/d/1FbMVwmjdctGr1N3kzQ3IKnvapt-YeEys/view?usp=sharing