Lab Tkinter GUI
This lab is to be done on your own.
Create a python program that does the following:
- Use any existing python program that you have done on your own. 1 point.
Note: Do not chose any example program that we did in class.
You may use a completely new program if you wish.
- Create a GUI using Tkinter. 1 point.
- You will need to restructure your code to be suitable for a GUI.
- The GUI must prompt the user for data. 3 points.
- The GUI must have at least one button to process the data. 3 points.
- The GUI must use a label or entry box to show the data. 2 points.
Submit this program two ways:
- A .py code file.
- A screenshot in .jpg or .png format showing the run as output.