📜  pyinstaller - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:38.107000             🧑  作者: Mango

代码示例7
"""
You use: pip install pyinstaller
to install Pyinstaller

Then use pyinstaller --onefile YourFileName.py to convert EXE

"""