Question: Need help ASAP problem: Make a GUI to replicate the magic 8 ball. Your GUI should use the Canvas widget on Python to create an
Need help ASAP problem: Make a GUI to replicate the magic 8 ball. Your GUI should use the Canvas widget on Python to create an image of the magic 8 ball (hint: the 8 can be created with 2 ovals.) At minimum your GUI should contain a label to prompt the user to type their question, and entry to allow the user to type their question, a button that will generate a response, a label in which the message will appear, and a button to quit. You should create a hardcoded list with 14 possible answers rather than asking the user to enter the possible answers in a loop, however, the printed answers should still be randomly generated. The window should disappear when the quit button is clicked.

Page Problem: Expand on the problem from Lab 7 (Magic 8 ball) by making a GUI to replicate the Magic 8 ball. Your GUI should use the Canvas widget to create an image of the Magic 8 ball similar to that shown below (hint the 8 was created using two ovals). At a minimum your GUI should contain a label to prompt the user to enter the question, an entry to allow the user to type their question, a button that will generate a response, a label in which the message will appear, and a button to quit. You also may add other widgets. The words "message 1" should be replaced with one of the answers given Lab 7 when the "Click me for answer" button is clicked. You should create a hardcoded list with the fourteen (14) possible answers rather than asking the user to enter the possible answers in a loop, however, the printed answer should still be randomly generated as in Lab 7. The window should disappear when the quit button is clicked Although your finished code must have the widgets shown below and described above are welcome to play with colors and additional widgets, ie. have some fun! then slici sn buttur
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
