python基础
stwls
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用Pyinstaller打包发布exe应用
pyinstaller(http://www.pyinstaller.org/) 先去官网看支持的python版本#安装方法1pip install pyinstaller (会自动下载future,pywin32,pyinstaller)1.cmd到/python/scripts 找到pyinstaller.exe2.输入命令1pyinstaller.exe -F path:demo.py ...转载 2018-06-06 14:05:08 · 430 阅读 · 0 评论 -
python笔记(1):pyInstaller打包
pyinstaller(http://www.pyinstaller.org/) 首先还是去官网看支持的python版本:(1)pip下载并安装pip install pyinstaller(2)打包程序 方法一:1.cmd到/python/scripts 找到pyinstaller.exe2.输入命令 1 pyinstaller.exe -...转载 2018-09-25 20:20:45 · 265 阅读 · 0 评论
分享