step1:安装[pip install pyinstaller]
step2:pyinstaller -F./ (+tab选择文件)

生成的exe控制台会一闪而过
解决方法:
import time
·····
time.sleep(10)
step1:安装[pip install pyinstaller]
step2:pyinstaller -F./ (+tab选择文件)

生成的exe控制台会一闪而过
解决方法:
import time
·····
time.sleep(10)
1万+
6020

被折叠的 条评论
为什么被折叠?