摘要: #压缩软件 import tkinter import tkinter.messagebox import zipfile import tkinter.filedialog import os class zip: files=() def __init__(self): self.root=tkinter.Tk() self.root.min... 阅读全文
posted @ 2017-12-10 18:38 酒逢知己饮,诗向会人吟 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #计算器 import tkinter import math import tkinter.messagebox class jsq: #页面布局方法 def __init__(self): self.root=tkinter.Tk() self.root.minsize(330,440) #禁止屏幕变化 self... 阅读全文
posted @ 2017-12-10 18:34 酒逢知己饮,诗向会人吟 阅读(231) 评论(0) 推荐(0) 编辑