Page 14 - Phyton_GUIprogrammingwithTkinter
P. 14
P a ge | 5
CHAPTER 2 - TKINTER
2.1 What is Tkinter used for?
Now, let's build a very simple GUI with the help of Tkinter and understand it
with the help of a flow diagram for rendering a Basic GUI.
Picture from https://www.datacamp.com/community/tutorials/gui-tkinter-python
2.2 Tkinter Installation in Windows
To install Tkinter, we need Python pre-installed. Tkinter comes along when
we install Python. While installing Python, we need to check the td/tk and IDLE
checkbox. This will install the tkinter and we need not install it separately.