python 添加进度条

安装:

pip install tqdm
使用:
from tqdm import tqdm
import time
for i in tqdm(rang(10)):
    time.sleep(0.1)

  

posted @ 2019-01-15 13:56  RoyFans  阅读(1217)  评论(0编辑  收藏  举报