tkinter progress bar

hsiwrek at walla.com hsiwrek at walla.com
Tue Jul 23 02:52:42 EDT 2013


Hi, 
	
How can I add a tkinter progress bar in python 3.2 to start before a loop and end after it. I am looking for a very simple solution. 

def MyFunc():
Start progress bar    

for fileName in fileList:
…

End progress bar    


Thanks a lot in advance.



More information about the Python-list mailing list