measure progress (time left) while os.listdir is generating a list (Python) measure progress (time left) while os.listdir is generating a list (Python) tkinter tkinter

measure progress (time left) while os.listdir is generating a list (Python)


You ought to use scandir which is only available with Python 3.

But there is a back port.

To understand the problem, read PEP 471.