robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
450 stars 113 forks source link

Progressbar #221

Open WillianBR opened 10 months ago

WillianBR commented 10 months ago

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 commented 5 months ago

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.