ProgressPy:Python 的简单命令行进度条

时间:2024-07-02 20:26:15
【文件属性】:

文件名称:ProgressPy:Python 的简单命令行进度条

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-02 20:26:15

Python

进度表 Python 的简单命令行进度条 用法: import progress import time progressBar = progress . Progress ( total = 150 , title = "Task in progress" ) for i in range ( 150 ): progressBar . update ( count = i + 1 , suffix = "Currently doing task {0}" . format ( i + 1 )) time . sleep ( 0.05 )


【文件预览】:
ProgressPy-master
----progress.py(1KB)
----LICENSE(11KB)
----README.md(314B)

网友评论