https://github.com/praths71018/customtkinter-sql-integration
Integrates MySQL database with Custom Tkinter in python and can perform SQL Queries on it
https://github.com/praths71018/customtkinter-sql-integration
custom-tkinter customtkinter customtkinterprojects database database-management mysql mysql-database mysqlconnector python-mysql-connector sql tkinter
Last synced: about 1 month ago
JSON representation
Integrates MySQL database with Custom Tkinter in python and can perform SQL Queries on it
- Host: GitHub
- URL: https://github.com/praths71018/customtkinter-sql-integration
- Owner: praths71018
- Created: 2024-03-15T13:13:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T13:44:40.000Z (about 1 year ago)
- Last Synced: 2025-01-29T20:42:22.614Z (3 months ago)
- Topics: custom-tkinter, customtkinter, customtkinterprojects, database, database-management, mysql, mysql-database, mysqlconnector, python-mysql-connector, sql, tkinter
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomTkinter-SQL-Integration
Connecting MySQL Database with Custom Tkinter GUI in Python.- This appplication first connects the Python program to Health Database
- When you execute the program you get a GUI asking to type the temperature.
- After entering the Temperature it finds the matching row for the Temperature in Database.
- It then Fetches the Feedback from the Database and display the GUI## Modules / Requirements
- MySQL
- python mysql.connector
- customtkinter
- health database (health.sql)## Database
## Running the application
1. Run health.sql to create the health database
2. Run main.py
```bash
python main.py
```
3. A GUI will pop up as shown in below Figure.
5. Enter temperature and press Enter button. Feedback will be displayed

