how you doing? I'm fairly new to python, so please bear with me.
I have been working on GUI application using TKinter, and have implemented Threads already, so here is the part where i am stuck, i want to use progress bar to show the progress of work that is being done within a thread, so how can i calculate that how much that thread has executed? like in percentage? or anything.
any help or pointers will be highly appreciated, Thank you