GUI creation using Python Tkinter & IDLE
GUI creation using Python Tkinter & IDLE uses the IDLE IDE and Python V3 to enable students to work through creating a python form using the TKinter library.
Students will learn about basic form objects, how to position items on the form and how to use a button and a button handler subroutine to input a simple piece of data into their program via a textbox on the form.
This serves as a very basic introduction to creating forms in Python, helps develop student’s coding and debugging skills as well as the language used to discuss this kind of work.

