Question: In Python 3, use the tkinter module to create an interface that lets the user type in a SQL command and connect to a pymysql
In Python 3, use the tkinter module to create an interface that lets the user type in a SQL command and connect to a pymysql databse and then return the results of the query in the interface. Basically the interface should have a section where the user types in their username and password to connect to the database, a text box to type in the SQL command, then a text box that shows the result of the query. I have a MySQL database I'm working with so you can just fill in that part with your own database you're working with.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
