pyinstaller 打包可执行文件

1. pyinstaller main.py

2. pyinstaller -F main.py 

3. pyinstaller -F -w main.py

 

 

你可能感兴趣的:(python,开发语言)