python 程序生成exe文件

windows 下安装python环境,好像不装也可以?

下载解压相应版本pyinstaller, 进入主目录,运行

python pyinstaller.py -F pyfile_path 会生成相应py文件名的目录

exe在dist目录下。。

http://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/ 当初看其他的使用方法都不顶用,就这个好用。


http://www.pyinstaller.org/ 官方pyinstaller 下载,百度搜就行,开源社区,也有

python 程序生成exe文件,布布扣,bubuko.com

python 程序生成exe文件

上一篇:python正则分组匹配小例


下一篇:(C++)解决头文件重复包含的错误