Tqdm

from tqdm.auto import tqdm


for i, file in tqdm(enumerate(files), total=len(files)):