0
点赞
收藏
分享

微信扫一扫

【Python3】py脚本打包成exe

爱奔跑的读书者 2023-04-04 阅读 62


0x00选择

【Python3】py脚本打包成exe_ci

0x01PyInstaller

The official website:http://www.pyinstaller.org/
Install PyInstaller from PyPI:pip install pyinstaller
Go to your program’s directory and run:pyinstaller -F yourprogram.py
原理:把py解释器一起打包了。。。
找到:exe在dist文件夹里面

0x02占坑待填


举报

相关推荐

0 条评论