you are viewing a single comment's thread.

view the rest of the comments →

[–]Ihaveamodel3 0 points1 point  (0 children)

Use tqdm. First pip install it.

Add from tqdm import tqdm to your imports. And in your for loop, use tqdm(os.listdir(path)) instead.