Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 432 Bytes

File metadata and controls

14 lines (13 loc) · 432 Bytes

Student-Registration-System

Complete students registration systems with login and sign up page, mysql as the backend sample of table given in excel.

Libraries and Packages Used: from tkinter import * from datetime import date from tkinter import filedialog from tkinter import messagebox from PIL import Image, ImageTk import os from tkinter.ttk import Combobox import openpyxl, xlrd from openpyxl import Workbook import pathlib