Skip to content

A simple user management system built with Python, Tkinter, and MySQL, providing basic CRUD operations to manage user data. Ideal for learning how to integrate a GUI with a database.

License

Notifications You must be signed in to change notification settings

danukarangith/Python-Tkinter-CRUD-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

UserManager-Tkinter-MySQL

A simple User Management System built with Python, Tkinter for the GUI, and MySQL as the database. This project implements basic CRUD (Create, Read, Update, Delete) operations to manage users in a database.

Features

  • Add User: Add a new user to the MySQL database with name and email.
  • View Users: Displays all users stored in the database in a user-friendly interface.
  • Update User: Update the selected user's name and email.
  • Delete User: Delete the selected user from the database.

Requirements

  • Python 3.x
  • MySQL Database
  • Tkinter (comes pre-installed with Python)
  • mysql-connector-python (for connecting to MySQL)

Installation

  1. Clone the repository and run:

     git clone https://github.com/danukarangith/Python-Tkinter-Crud-Application.git
    

About

A simple user management system built with Python, Tkinter, and MySQL, providing basic CRUD operations to manage user data. Ideal for learning how to integrate a GUI with a database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages