Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressbar #221

Open
WillianBR opened this issue Aug 23, 2023 · 1 comment
Open

Progressbar #221

WillianBR opened this issue Aug 23, 2023 · 1 comment

Comments

@WillianBR
Copy link

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!

@Yuxin-Ren-SZ
Copy link

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!

You can use tqdm for it, it has both gui and command line sytle progress bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants