print_progress

Created on Wed Jun 1 14:00:54 2022

@author: Ariane Faures

Functions

print_progress

Print progress of process.

Print progress of process.

Parameters:
  • processed (Int) – Number of files/data processed.

  • total_to_process (Int) – Total number of files/data to process.

  • text (String) – Text to display.

  • width (int, optional) – The default is 30. Width of the progressing bar

Returns:

percent_processed – Percentage processed

Return type:

float