tqdm 라이브러리 -> https://github.com/tqdm/tqdm
import time from tqdm import tqdm for i in tqdm(range(1000)): time.sleep(0.01)