User Guide
Project Info
Implementation Details
API Reference
print_progress()
Created on Wed Jun 1 14:00:54 2022
@author: Ariane Faures
Functions
print_progress
Print progress of process.
processed (Int) – Number of files/data processed.
Int
total_to_process (Int) – Total number of files/data to process.
text (String) – Text to display.
String
width (int, optional) – The default is 30. Width of the progressing bar
int
percent_processed – Percentage processed
float