progress (1) 썸네일형 리스트형 콘솔에서 프로그레스바 출력하기 windows 환경에서만 테스트해보았다. 개행 처리가 windows와 linux, unix가 다르니 이기종 환경에서는 동작이 다를수도 있음. # Print iterations progress import sys def printProgressBar (iteration, total, prefix = '', suffix = '', decimals = 1, length = 100, fill = '█'): """ Call in a loop to create terminal progress bar @params: iteration - Required : current iteration (Int) total - Required : total iterations (Int) prefix - Optional : pref.. 이전 1 다음