【问题标题】:How to hide the python console window in Pyinstaller如何在 Pyinstaller 中隐藏 python 控制台窗口
【发布时间】:2015-08-23 00:18:25
【问题描述】:

我使用 pyinstaller -F 来创建一个 .exe 文件来运行。 我希望它作为后台进程运行。 这意味着如果单击 .exe 文件,他只能从“PROCESSES”中关闭它。 我希望程序将在后台运行并且不会被看到。 (与现在相反,我看到黑色控制台。)

【问题讨论】:

标签: python process background hide pyinstaller


【解决方案1】:

我想这会对你有所帮助。

pyinstaller "filename.filetype" -w -F

【讨论】:

    猜你喜欢
    • 2010-10-20
    • 2019-07-22
    • 2022-10-12
    • 2011-04-03
    • 1970-01-01
    • 1970-01-01
    • 2014-11-10
    • 1970-01-01
    相关资源
    最近更新 更多