Page 46 - Phyton_GUIprogrammingwithTkinter
P. 46
P a ge | 37
TUTORIAL 1.3
1.3 - Create GUI by adding Widgets and Managing Layout
Step 1:
In this example, we’ll use the grid geometry manager to design a login screen as follows:
Step 2:
The login screen uses a grid that has two columns and three rows. Also, the second column
is three times as wide as the first column.