In this chapter, we start creating amazing GUIs using Python 3.6 and above. We will cover the following topics:
- Creating our first Python GUI
 - Preventing the GUI from being resized
 - Adding a label to the GUI form
 - Creating buttons and changing their text property
 - Text box widgets
 - Setting the focus to a widget and disabling widgets
 - Combo box widgets
 - Creating a check button with different initial states
 - Using radio button widgets
 - Using scrolled text widgets
 - Adding several widgets in a loop