May 2017
Beginner to intermediate
444 pages
11h 31m
English
First, we add four buttons into LabelFrame on Tab 2, replacing the labels that were there before. We set the Labelframe text property to ProgressBar.
We then place a ttk.Progressbar widget below all other widgets on Tab 2 and align this new widget with the other widgets.
Our GUI now looks as follows:
GUI_progressbar.py

We connect each of our four new buttons to a new callback function, which we assign to their command property:

Read now
Unlock full access