Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danukarangith/python-tkinter-crud-application
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.
https://github.com/danukarangith/python-tkinter-crud-application
crud python3 tkinter
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/danukarangith/python-tkinter-crud-application
- Owner: danukarangith
- License: mit
- Created: 2024-09-13T18:27:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:37:36.000Z (25 days ago)
- Last Synced: 2024-10-22T05:19:33.740Z (25 days ago)
- Topics: crud, python3, tkinter
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/danukarangith/Python-Tkinter-Crud-Application.git