Python another option to tkinter label counter -


i have program i'm using tkinter pop window , use root.title of window counter. call program through subprocess mutliple times, aka multiple windows pop , display have @ counter see how long before each of programs finished running.

i want know how long before each , every process finished. doing bit of testing don't believe using subprocess report idle , show counter using print(). @ least doesn't appear doing right me.

is there way of accomplishing same task without using tkinter?

below link other open question right i'm using open tkinter window closes on me unexpectedly. i'm not sure when windows closes if whole program stops running or if windows closes. hence why want counter...hence why have been using tkinter window don't know of other way of doing serves same purpose.

i want counter can tell program finished if internet connection gets dropped. don't have internet access @ home i'm using free-wifi quite has timeouts on it. want know sure whether programs have finished running or if got timedout , need rerun program.

python program terminating unexpectedly


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -