TKinter GUI

GUI - Multiple Windows Example

GUI - ScrollBar Example

GUI - RadioButton Example

GUI - Images Example

GUI - Graphing Example

(This is a python file. Download it. It should run with the weather.txt file you have but

you'll have to type in the path of the file on your computer, into the code, in the

appropriate location)

Wednesday 3/30 - Create a random GUI containing 3 widgets

Friday 4/1 -Tryout some Tinter widgets. I would recommend Label, Button, RadioButton,

and Entry. Also get comfortable with layout management. For this I would

recommend .grid() rather than .pack()

-Plan for and begin developing a useful GUI that incorporates a

minimum of 3 widgets, KEEP IT SIMPLE!!!

Tuesday 4/5 - Develop and Create a useful GUI that incorporates a minimum of 3 widgets