python 程序打包成单个exe可执行程序

安装pyinstaller

命令行cd切换到程序.py所在的目录

pyinstaller –console –onefile 程序.py

Leave a Reply

Your email address will not be published. Required fields are marked *