📌  相关文章
📜  将 python 文件转换为 exe - Shell-Bash 代码示例

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

代码示例4
Open your command prompt

pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName