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
- MySQL
- python mysql.connector
- customtkinter
- health database (health.sql)