added attribution to code sample
This commit is contained in:
@@ -5,6 +5,7 @@ from io import BytesIO
|
||||
|
||||
def printProgressBar(iteration, total, prefix = '', suffix = '', decimals = 1, length = 100, fill = '█', printEnd = "\r"):
|
||||
"""
|
||||
As found in Stack Overflow answer: https://stackoverflow.com/a/34325723
|
||||
Call in a loop to create terminal progress bar
|
||||
@params:
|
||||
iteration - Required : current iteration (Int)
|
||||
|
||||
Reference in New Issue
Block a user