Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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