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

Text box widgets

In tkinter, the typical one-line textbox widget is called Entry. In this recipe, we will add such an Entry widget to our GUI. We will make our label more useful by describing what the Entry widget is doing for the user.