Skip to content

Add tqdm#1293

Closed
casperdcl wants to merge 1 commit intovinta:masterfrom
tqdm:master
Closed

Add tqdm#1293
casperdcl wants to merge 1 commit intovinta:masterfrom
tqdm:master

Conversation

@casperdcl
Copy link
Copy Markdown

What is this Python project?

Easily add progress bars to python and console scripts.

What's the difference between this project and similar ones?


Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

- closes vinta#662
- closes #648
@casperdcl casperdcl mentioned this pull request May 27, 2019
@vinta vinta closed this in c90eb8b May 27, 2019
@casperdcl
Copy link
Copy Markdown
Author

thanks @vinta - not sure whether putting it under "Command-line Interface Development" is fully appropriate though.

It could be:

  1. Command-line Interface Development or Debugging Tools
from tqdm import tqdm
for i in tqdm(range(100)):
  pass
  1. Command-line Tools
cat *.txt | tqdm | wc -l
  1. Some other section regarding the fact that it's also usable in Jupyter (displaying a progressbar widget)

@vinta
Copy link
Copy Markdown
Owner

vinta commented May 28, 2019

@casperdcl What is your suggestion?

@casperdcl
Copy link
Copy Markdown
Author

@vinta no suggestion really - was wondering if you may have suggestions about what to do about libraries which fall into multiple categories.

omeh2003 pushed a commit to omeh2003/awesome-python that referenced this pull request Jul 4, 2019
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

Successfully merging this pull request may close these issues.

Add tqdm

2 participants