<返回更多

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

2020-09-29    
加入收藏
python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

上次自己整理并做了一次进度条大全,很受欢迎和喜欢,这次升级一下,介绍高级进度条大全的新方法,希望大家喜欢,并收藏和转发,仅供学习分享使用。

有点长,适合收藏,慢慢享用。

 

一:progress法:

1.安装

1.1 安装:pip install progress

1.2 本机是:pip3.8 install progress

1.3 图1

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

2.IncrementalBar

2.1 代码:因为今日头条,目前的代码有点乱,暂不附上了,喜欢的可以联系我,留下email。

2.2 效果图:

图2

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

3.1 代码:略

3.2 效果图:

图3

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

3.3 改进代码:略

3.4 各种效果图

图4

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

4.There are 7 progress bars to choose from:

Bar

ChargingBar

FillingSquaresBar

FillingCirclesBar

IncrementalBar

PixelBar

ShadyBar

 

5.bar中的7种bar,注意替换位置

5.1 ChargingBar

5.1.1 代码:略

5.1.2 效果图

图5

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

5.2 FillingSquaresBar

5.2.1 代码:略

5.2.2 效果图

图6

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

5.3 FillingCirclesBar

5.3.1 代码 :略

5.3.2 效果图

图7

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

5.4 IncrementalBar

5.4.1 代码:略

5.4.2 效果图

图8

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

5.5 PixelBar

5.5.1 代码:略

5.5.2 效果图

图9

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

5.6 ShadyBar

5.6.1 代码:略

5.6.2 效果图

图10

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

6.spinner不太好,也介绍介绍

6.1 MoonSpinner

6.2 PieSpinner

6.3 PixelSpinner

6.4 Spinner

6.5 LineSpinner

 

6.5 总代码:放在一起,略,10.py

6.6 效果图:略

 

二、Alive Progress

1.安装

1.1 常规安装法:pip install alive_progress

1.2 本机安装法:pip3.8 install alive_progress

 

2.代码一:

代码略:11.py

3.效果图

图11

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

三、PySimpleGUI

1.安装

1.1 安装:pip install PySimpleGUI

1.2 本机安装法:pip3.8 install PySimpleGUI

 

2.代码一:

代码略,12.py

3.效果图

图12

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

4.代码二:

代码略,13.py

5.效果图:

图13

python3下3种高级进度条整理大全,小白都看得懂,值得收藏

 

喜欢的,需要代码的留下,email,我到时候发给需要的人。

别忘了,关注、转发和点赞。

声明:本站部分内容来自互联网,如有版权侵犯或其他问题请与我们联系,我们将立即删除或处理。
▍相关推荐
更多资讯 >>>