utils.progresscounter module

class IMTreatment.utils.progresscounter.ProgressCounter(init_mess, nmb_max, end_mess=None, name_things='things', perc_interv=5, pgbar_len=15)[source]

Bases: object

Declare wherever you want and execute ‘print_progress’ at the begining of each loop.

print_progress()[source]
start_chrono()[source]