Getting ready

The application we will build contains four Entry widgets, each one with its corresponding label that indicates the meaning of the input. We will also add a button to print all the entries' values:

Instead of creating and assigning each widget to a separate attribute, we will work with lists of widgets. Since we will track the index while iterating over these lists, we can easily invoke the grid() method with the appropriate column option.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset