Python打包单个exe程序

Python打包单个exe程序

-F打包单个文件
-w表示去除控制台黑框

pyinstaller -F -w xxx.py

你可能感兴趣的:(python,python)