Please do this in Python. We should be using Python 3.x.x for this assignment, P
ID: 3832954 • Letter: P
Question
Please do this in Python.
We should be using Python 3.x.x for this assignment, Python 2.x should not be used unless you have no other choice What to do Create a python program that uses the canvas and button widgets that I gave in Monday's lecture. Create a face and three buttons. The three buttons will do the following: 1. Button 1 will make the eyes dance around in some sort of fashion. 2. Button 2 will make the face open and close it's mouth like it's talking. 3. Button 3 will kill the program Examples The program looks like the following when you start it up: Dice Roller Eyes Talk When you push the eyes button, the eyes jump around you can kind of see they moved Dice Roller LI EK Out O O Eyes Talk When you push "talk" the mouth moves.Explanation / Answer
GUI.py
=====================================================================
PythonLab.py
============================================================================
button.py
======================================================================
graphics.py
===========================================================================