Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Last active March 12, 2020 15:29
Show Gist options
  • Save ChaitanyaBaweja/80841b8469fa0d45b74150f3e2110262 to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/80841b8469fa0d45b74150f3e2110262 to your computer and use it in GitHub Desktop.
from time import sleep
from progressbar import progressbar
for i in progressbar(range(100)):
sleep(0.02)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment