Skip to content

Commit ba2ba94

Browse files
authored
Update tqdm_progress_bar.py
1 parent 41669a3 commit ba2ba94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tqdm_progress_bar.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@
1616
for i in obj: #iterating through object range to start the progress bar
1717
obj.set_description(f'File uploading {i+1}')
1818
sleep(1) # adding manual delay. This can be skipped for real example.
19+
20+
21+
"""
22+
#OUTPUT
23+
24+
File uploading 5:: 100%|██████████| 5/5 [00:05<00:00, 1.01s/it]
25+
26+
"""

0 commit comments

Comments
 (0)