Python GUI Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. Creating the GUI Form and Adding Widgets

In this chapter, we start creating amazing GUIs using Python 3:

  • 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