https://github.com/mr-g254/mysql-database-using-python-and-tkinter
In this project I create an application that can access and manipulate MySQL databases, which has been made simpler through the User Interface.
https://github.com/mr-g254/mysql-database-using-python-and-tkinter
mysql-database python-desktop-application tkinter-gui
Last synced: 16 days ago
JSON representation
In this project I create an application that can access and manipulate MySQL databases, which has been made simpler through the User Interface.
- Host: GitHub
- URL: https://github.com/mr-g254/mysql-database-using-python-and-tkinter
- Owner: Mr-G254
- Created: 2023-01-27T23:36:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T13:16:49.000Z (about 3 years ago)
- Last Synced: 2025-06-21T21:03:27.571Z (11 months ago)
- Topics: mysql-database, python-desktop-application, tkinter-gui
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mysql-database-using-python-and-tkinter
Through this project the use of database has been made simpler. From queries to pressing of buttons and use of a rich GUI. For this app to work one must
have installed MySQL server on their device and configured it.
## Home page
The Home page displays all the databases created by the program and pressing any of the buttons opens the database.

## Database page
The database then shows the tables present and the data inside the table.Through this page you can add a column or insert data into the table.

## Add device/database page
The Add device page/database enables you to create a database based on the device associated with the database(Smartphone,Tablet or Laptop). It allows a maximum of five fields/column for the table which can be added in the database page.

## Settings page
The Settings page enables you to change the password, add a user or delete a user. You can also reach the developer through the GitHub button which opens this GitHub account or through the Gmail button which copies the developer's email address to clipboard.

Contact: Gikuhiezekiel@gmail.com