- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 0002 - Python记事本
文章目录导入模块定义类主要函数 - 窗口主要函数 - 顶部菜单主要函数 - 存放输入的文本框主要函数 - 消息循环版权函数文件 - 打开函数文件 - 保存函数 导入模块 import tkinter import tkinter.messagebox import tkinter.filedialog tkinter - 主要的GUI tkinter.messagebox - 用于弹出错误 tkinter.filedialog - 用来保存/打开文件 定义类 class notepad():
2021-01-08 19:23:46
154
原创 0001 - Python cx_Freeze使用详解
文章目录打包程序文件夹结构 打包程序 按win+R,打开cmd,输入cxfreeze 文件名.py --target-dir 目录名 文件夹结构 · └─lib ├─asyncio ├─collections ├─concurrent │ └─futures ├─ctypes │ ├─macholib │ └─test ├─distutils │ ├─command │ └─tests ├─email
2021-01-07 20:57:38
773
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人