标签:就是 png div class mamicode 方法 技术 安装 inf
1. pip安装
pip install tqdm --trusted-host pypi.douban.com
2.使用
from time import sleep from tqdm import tqdm # 这里同样的,tqdm就是这个进度条最常用的一个方法 # 里面存一个可迭代对象 for i in tqdm(range(1, 500)): # 模拟你的任务 sleep(0.01)
3.效果展示
标签:就是 png div class mamicode 方法 技术 安装 inf
原文地址:https://www.cnblogs.com/liujiliang/p/10421316.html