print_progress.RdThis function prints a progress bar to the console to indicate the progress of a process.
print_progress(current, total, bar_width = 50)An integer specifying the current progress.
An integer specifying the total steps for the process.
An integer specifying the width of the progress bar. Default is 50.