added attribution to code sample

This commit is contained in:
2024-12-12 13:32:08 -06:00
parent 6ef878b4cb
commit 037229265f

View File

@@ -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)