Skip to content

Instantly share code, notes, and snippets.

@amirmasoud
Created November 28, 2018 18:17
Show Gist options
  • Select an option

  • Save amirmasoud/124e91ab704271b4ddc202549e73bfb8 to your computer and use it in GitHub Desktop.

Select an option

Save amirmasoud/124e91ab704271b4ddc202549e73bfb8 to your computer and use it in GitHub Desktop.

Revisions

  1. AmirMasoud created this gist Nov 28, 2018.
    5 changes: 5 additions & 0 deletions progressbar.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    import time
    from tqdm import tqdm

    for i in tqdm(range(10)):
    time.sleep(1)