May 2017
Beginner to intermediate
444 pages
11h 31m
English
In this recipe, we prepared our GUI to use threads by first increasing the GUI size so we can better see the results printed to the ScrolledText widget.
We then imported the Thread class from the Python threading module.
Next we created a method that we call in a thread from within our GUI.
Read now
Unlock full access