Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Python 3, create an interface using the tkinter module that looks like the one I posted below. The interface should ask the user for
In Python 3, create an interface using the tkinter module that looks like the one I posted below. The interface should ask the user for their username and password to connect to a remote MySQL database on a server I have (using pymysql). Then the interface should have a textbox that asks the user to enter in an SQL query and then another text box that shows the results of the query.
tk Password Enter SQL User name: ips5a Login SELECTfrom actor , 1 , , , PENELOPE , , , GUINESS , , , 2006-02-15 4: 34: 33 , 2" "NICK, WAHLBERG, 2006-02-1 04:34:33 3, "ED, "CHASE, 2006-02-15 04:34:33 4 JENNIFERDAVIS, 2096-92-15 04:34:33" . 5 . , . JOHNNY' , . LOL LOBRIGIDA , , , 2006-02-15 04: 34: 33 . '6', 'BETTE', 'NICHOLSON', '2996-92-15 4:34:33. 7GRACE "MOSTEL, 2006-02-15 04:34:33" 8, MATTHEW JOHANSSON, 2006-02-15 04:34:33 '9", "JOE', 'SWANK', "2006-02-1564:34 : 33' 10', 'CHRISTIAN GABLE2006-02-15 04:34:33 11', "ZERO, "CAGE, 2006-02-15 04:34:33 12, KARL, 'BERRY, 2006-02-15 64:34:33 13, UMA, 'WO0D, 2006-02-15 04:34:33' 14, 'VIVIEN' BERGEN, 2006-02-15 04:34:33 15', "CUBA, OLIVIER,2006-02-15 04:34:33 16', 'FRED, "COSTNER, '2006-02-15 04:34:33' 17', 'HELEN, 'VOIGHT, '2006-02-15 04:34:33' 18, DAN, TORN, "2006-02-15 84:34:33 19 BOBFAWCETT, '2006-02-15 04:34:33' 20, LUCILLETRACY,2006-02-15 04:34:33 21, 'KIRSTEN, PALTROW "2006-02-15 04:34:33' . 22' , ELVIS' , 'HARX' . . 2006-02-15 04: 34: 33' 23, "SANDRA,"KILMER, 2006-02-15 04:34:33 24, "CAMERON', STREEP, 2006-02-15 04:34:33" 5 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started