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.
- 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.
- Python 3.x
- MySQL Database
- Tkinter (comes pre-installed with Python)
mysql-connector-python
(for connecting to MySQL)
-
Clone the repository and run:
git clone https://github.com/danukarangith/Python-Tkinter-Crud-Application.git