Skip to content

Add progressbar2 - #681

Closed
jlar0che wants to merge 2 commits into
vinta:masterfrom
jlar0che:master
Closed

Add progressbar2#681
jlar0che wants to merge 2 commits into
vinta:masterfrom
jlar0che:master

Conversation

@jlar0che

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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

stale Bot commented Oct 30, 2019

Copy link
Copy Markdown

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