Tkinter Progress Bar

Terry Reedy tjreedy at udel.edu
Thu Aug 22 13:53:25 EDT 2019


On 8/22/2019 12:12 PM, Dennis Lee Bieber wrote:
> On Thu, 22 Aug 2019 15:49:28 +0200, nospam_2019 at efbe.prima.de declaimed the
> following:
> 
>> Am 22.08.19 um 15:19 schrieb Daniel:
>>> If i have a figure like 13247347347437x23828328382  how to make a
>>> progress bar in tkinter that shows the time the pc takes to give the
>>> result?

That multiplication takes a blink of an eye with python.  To time it, 
see the timeit module.


-- 
Terry Jan Reedy





More information about the Python-list mailing list