Skip to content

A Python-based student registration system integrating MySQL database operations with a Tkinter GUI interface.

Notifications You must be signed in to change notification settings

codebyALEEM/Python_Sql_Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ“ Student Registration System (Tkinter + MySQL) A simple desktop application built with Python's Tkinter library and MySQL for managing student registrations. This GUI allows users to add, update, delete, and view student records in a MySQL database. ๐Ÿ“Œ Features

  • Add new student records with name, course, fee, and age
  • Update existing student details
  • Delete student records
  • View all students in a sortable table (Treeview)
  • Real-time form population on row selection

๐Ÿ› ๏ธ Tech Stack

  • Python 3.x
  • Tkinter (GUI)
  • MySQL (Database)
  • mysql-connector-python (for database connectivity)

About

A Python-based student registration system integrating MySQL database operations with a Tkinter GUI interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages