python-progressbar icon indicating copy to clipboard operation
python-progressbar copied to clipboard

Added context manager abilities and an iterable tracker

Open thorwhalen opened this issue 4 years ago • 0 comments

  • ProgressBar can also be used as context manager
  • ProgressBar.track to track an iterable
  • track(): a convenience function to track iterables ---> Also, applied black formatter to the code.

thorwhalen avatar Jun 09 '21 15:06 thorwhalen