📜  如何使 pyinstaller 构建 python 程序不打开命令提示符 - Shell-Bash 代码示例

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

代码示例1
pyinstaller -w file.py
(The -w is short for -windowed or alternatively --noconsole)