Skip to content

0.5 ProgressBar

LittleCoder edited this page Mar 3, 2016 · 1 revision

#ProgressBar Aimed at: Use progress bar to show how's the task processing Environment: Windows 8.1 - 64 Python 2.7.10 Attention: Use log() to update the progress bar on screen or print something on screen DON'T use normal output function after the first log() and before the final log() Total should be no more than 999

目标:
    通过进度条类可以监控任务进程
环境:
    Windows 8.1 - 64
    Python 2.7.10
注意事项:
    通过log()方法更新进度条或者向屏幕上输出内容
    在第一次使用log()和最后一次使用log()之前,不要使用其他的普通输出方式
    total数值不要超过999哦(为嘛一定要超过呢)
Clone this wiki locally