You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using easygui to my support scripts.
But there's something I really missing.
When I'm running time consuming scripts, there's a need for a progress bar.
Something to tell the operator the work is in progress, otherwise he may thing it's froozen! May be even show the current percent/status.
I have acomplish that using tkinter itself!
The text was updated successfully, but these errors were encountered:
I'm using easygui to my support scripts. But there's something I really missing.
When I'm running time consuming scripts, there's a need for a progress bar. Something to tell the operator the work is in progress, otherwise he may thing it's froozen! May be even show the current percent/status.
I have acomplish that using tkinter itself!
You can use tqdm for it, it has both gui and command line sytle progress bar.
Folks,
I'm using easygui to my support scripts.
But there's something I really missing.
When I'm running time consuming scripts, there's a need for a progress bar.
Something to tell the operator the work is in progress, otherwise he may thing it's froozen! May be even show the current percent/status.
I have acomplish that using tkinter itself!
The text was updated successfully, but these errors were encountered: