pyinstaller的使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pyinstaller的使用相关的知识,希望对你有一定的参考价值。

首先下载pyinstall,我将其压缩文件解压到D盘。

然后接可以制作exe文件。

前提是已经添加python的环境变量。

运行cmd

C:\Users\Administrator>D:

D:\>cd pyinstaller

D:\pyinstaller>python pyinstaller.py -F -w xxx.py

即可。

生成的exe文件在pyinstaller文件夹下的xxx文件夹。

-w  用于生成gui界面程序

-c 用于生成控制台程序

以上是关于pyinstaller的使用的主要内容,如果未能解决你的问题,请参考以下文章

pyinstaller打包

使用pyinstaller将python文件打包成exe文件

python 使用pyinstaller打包程序

第16章 pyinstaller库的使用

使用PyInstaller打包Python角本为exe程序

pyinstaller安装和使用