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 tqdm #1293

Closed
wants to merge 1 commit into from
Closed

Add tqdm #1293

wants to merge 1 commit into from

Conversation

casperdcl
Copy link

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
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
Owner

vinta commented May 28, 2019

@casperdcl What is your suggestion?

@casperdcl
Copy link
Author

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

kiku-jw pushed a commit to awesome-lists-to-learning/awesome-python that referenced this pull request Jun 14, 2019
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