progress:易于使用的Python进度条

时间:2024-05-29 02:21:18
【文件属性】:

文件名称:progress:易于使用的Python进度条

文件大小:610KB

文件格式:ZIP

更新时间:2024-05-29 02:21:18

Python

简单的Python进度报告 吧台 有7个进度条可供选择: Bar ChargingBar FillingSquaresBar FillingCirclesBar IncrementalBar PixelBar ShadyBar 要使用它们,只需先拨打next ,然后finish即可: from progress . bar import Bar bar = Bar ( 'Processing' , max = 20 ) for i in range ( 20 ): # Do some work bar . next () bar . finish () 或使用此类的任何栏作为上下文管理器: from progress . bar import Bar with Bar ( 'Processing' , max = 20 ) as bar : f


【文件预览】:
progress-master
----.gitignore(30B)
----test_progress.py(2KB)
----README.rst(3KB)
----LICENSE(777B)
----progress()
--------colors.py(3KB)
--------bar.py(3KB)
--------__init__.py(5KB)
--------spinner.py(1KB)
--------counter.py(2KB)
----demo.gif(903KB)
----MANIFEST.in(45B)
----setup.py(844B)

网友评论