rollingshutter.py 文件源码

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

项目:rollingshutterpy 作者: alexd3rsan 项目源码 文件源码
def select_output(self) -> None:
        path = asksaveasfilename(title='Please select the path of the image to create.',
                                 defaultextension='.png',
                                 filetypes=[('PNG File', '*.png'), ('JPEG File', '*.jpg')])
        if not path:
            return None

        self.file_output = path

        self.speed_scale.state(['!disabled'])
        self.btn_start['state'] = 'normal'
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号