0.2 LoadBar - littlecodersh/EasierLife GitHub Wiki

#LoadBar Aimed at: Use LoadBar to tell user program is processing without stop interacting Environment: Windows 8.1 - 64 Python 2.7.10 Attention: Use LoadBar.set_message() to update the log bar on screen Use print_log() to print something on screen DON'T use normal output function when LoadBar is launching

目标:
    通过进度栏在不影响交互的情况下让用户了解程序进行中
环境:
    Windows 8.1 - 64
    Python 2.7.10
注意事项:
    通过 LoadBar.set_message() 更新进度栏
    通过 print_log() 向屏幕上输出内容
    在进度栏正在进行时,不要使用普通的输出方式

Get From: geeknote
⚠️ **GitHub.com Fallback** ⚠️