📜  pyinstaller - Python 代码示例

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

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

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

"""