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

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.

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.

![Home](Capture3.PNG)

## 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.

![Database and its content](Capture4.PNG)

## 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.

![Add device/database](Capture2.PNG)

## 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.

![Settings](Capture.PNG)

Contact: Gikuhiezekiel@gmail.com