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

Add progressbar2 #681

Closed
wants to merge 2 commits into from
Closed

Add progressbar2 #681

wants to merge 2 commits into from

Conversation

jlar0che
Copy link

Why this framework/library/software/resource is awesome?

A few sentences describing the reason.

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.

@jlar0che jlar0che changed the title progressbar2 is amazing because it adds a complete framework for creating text-based graphical progress-bars to command-line programs written in Python. Command-line tasks that take a while to complete will no longer keep us guessing at whether the task completed, started at all, or crashed! progressbar2 is amazing because it adds a complete framework for creating text-based graphical progress-bars to command-line programs written in Python. Command-line tasks that take a while to complete will no longer keep us guessing as to whether the task completed, started at all, or crashed! Jul 14, 2016
@casperdcl
Copy link

Have you checked out #662 ? It does cli as well as über simple iterable wrapping.

$ cat *.txt | tqdm | wc -l

or

from tqdm import tqdm
for i in tqdm(range(1000)):
  pass

@CrazyPython
Copy link

Have you seen tqdm? It's sooo much simpler. Any for loop + tqdm( + ) = BAM! loop! Supports a lot of customization and pandas + ipython integration too.

@vinta vinta changed the title progressbar2 is amazing because it adds a complete framework for creating text-based graphical progress-bars to command-line programs written in Python. Command-line tasks that take a while to complete will no longer keep us guessing as to whether the task completed, started at all, or crashed! Add progressbar2 May 25, 2019
@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@stale stale bot closed this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants