core.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:InstaLooter 作者: althonos 项目源码 文件源码
def _init_pbar(self, ini_val, max_val, label):
        self._pbar = progressbar.ProgressBar(
            min_value=0,
            max_value=max_val,
            initial_value=ini_val,
            widgets=[
                label,
                progressbar.Percentage(),
                '(', progressbar.SimpleProgress(), ')',
                progressbar.Bar(),
                progressbar.Timer(), ' ',
                '|', progressbar.ETA(),
            ]
        )
        self._pbar.start()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号