Student Management System Project in Python With SQLite Database
Student Management System Project in Python With SQLite Database
import library: Here in this step we will import the needed library that will be used to create
Student Management System.
#import libraries
from tkinter import *
import tkinter.ttk as ttk
import tkinter.messagebox as tkMessageBox
import sqlite3
Create Database and Table
Features:
Insert Data into table
Reset Form
Delete student record
Search student record
Display student record
Insert
Search
References: https://github.com/SamirPaulb/student-management-system?tab=readme-ov-file