摘要: #一、制作简单UI读入数据 包括文本框、导入按钮、开始按钮的 import tkinter as tk # 使用Tkinter前需要先导入 window = tk.Tk() window.title('My Window') window.geometry('600x300') # 这里的乘是小x 阅读全文
posted @ 2020-08-30 21:03 名字很长容易被惦记 阅读(965) 评论(0) 推荐(0) 编辑
摘要: xlutils是要安装的模块 pip install --index-url http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com xlutils 阅读全文
posted @ 2020-08-30 18:45 名字很长容易被惦记 阅读(1230) 评论(0) 推荐(0) 编辑