https://github.com/dreez-web/pythonmysql
Crud hecho en Python y Mysql
https://github.com/dreez-web/pythonmysql
backend frontend mysql mysql-database python3 tkinter-gui workbench
Last synced: 2 months ago
JSON representation
Crud hecho en Python y Mysql
- Host: GitHub
- URL: https://github.com/dreez-web/pythonmysql
- Owner: Dreez-Web
- Created: 2024-11-15T01:39:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T01:16:34.000Z (over 1 year ago)
- Last Synced: 2025-03-17T19:21:55.376Z (over 1 year ago)
- Topics: backend, frontend, mysql, mysql-database, python3, tkinter-gui, workbench
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Bienvenidos al proyecto
Es un CRUD que usa **Mysql** como base de datos, **Python** para el codigo y **Tkinter** para la interfaz.
> **Importante** El proyecto no esta terminado, por favor, espere a su termino.
## Descripcion
Este CRUD esta dirigido para un publico novato a la hora de realizar peticiones **MYSQL** en un servidor local.
A modo de interface en **MYSQL** utilice **Mysql Workbench**
## Pasos del desarrollo
- Paso 1
Comenzamos con el desarrollo de la interface, se realiza en **Tkinter** agregando los campos que deseamos, en este caso los campos son Id, Nombres, Apellido y Sexo.
- Paso 2
- Paso 3
- Paso 4
- Paso 5
- Paso 6