您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

Python调用命令行进度条的方法

2024/3/31 11:38:38发布12次查看
本文实例讲述了python调用命令行进度条的方法。分享给大家供大家参考。具体分析如下:
关键点是输出'\r'这个字符可以使光标回到一行的开头,这时输出其它内容就会将原内容覆盖。
import timeimport sysdef progress_test(): bar_length=20 for percent in xrange(0, 100): hashes = '#' * int(percent/100.0 * bar_length) spaces = ' ' * (bar_length - len(hashes)) sys.stdout.write(\rpercent: [%s] %d%%%(hashes + spaces, percent)) sys.stdout.flush() time.sleep(1)progress_test()
希望本文所述对大家的python程序设计有所帮助。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product