Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please utilize Python 3.6. And provide with a screenshot of your code. Problem: Expand on the problem from Lab 7 (Magic 8 ball) by making

Please utilize Python 3.6.
And provide with a screenshot of your code. image text in transcribed
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, i.e. have some fun! 5 Ask question, then click on button Click me for answer message 1 Quit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

Work Problem 55 for a second lens with a focal length of 15 cm.

Answered: 1 week ago

Question

=+ Are unions company-wide, regional, or national?

Answered: 1 week ago

Question

=+j Explain the litigation risks in international labor relations.

Answered: 1 week ago

Question

=+j What rules will apply to the process of negotiations?

Answered: 1 week ago