python pyinstaller 打包多个.py文件

如何打包多个.py文件

代码如下(示例):

pyinstaller --onefile --add-data "test.py;." --icon image.ico main.py

你可能感兴趣的:(python)