文章目录
如何将python文件打包成exe格式
1、安装pyinstaller
打开命令行,安装pyinstaller模块
pip install pyinstaller
若出现如下图所示的无法连接HTTPS的问题请参考文章:成功解决win10下 Can’t connect to HTTPS URL because the SSL module is not available
查看是否安装成功
pip list
打开命令行,安装pyinstaller模块
pip install pyinstaller
若出现如下图所示的无法连接HTTPS的问题请参考文章:成功解决win10下 Can’t connect to HTTPS URL because the SSL module is not available
查看是否安装成功
pip list