python 进度条

插件:tqdm

pip install tqdm

简单使用:

import time
from tqdm import tqdm
for x in tqdm(range(100)):
     time.sleep(1)

效果:

 

posted @ 2018-04-13 08:34  田云  阅读(92)  评论(0编辑  收藏  举报