Python模块之 clint 进度条

clint

作用:

  进度条


必要操作:

>>> from clint.textui import progress

帮助查看:

>>> help(clint)

  或 单独查看某个方法(函数)

>>> help(clint.textui)


方法(函数):

for ch in progress.bar(r.iter_content):
    ch.write()  

执行效果:

 

 

 

 

参考:

https://blog.csdn.net/weixin_36896856/article/details/108016558

 

posted @ 2022-01-17 16:32  悟透  阅读(461)  评论(0编辑  收藏  举报