Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能在 Python 中制作一个在运行时实际上不打开任何窗口(包括命令提示符)的程序?
例如,打开程序似乎什么都不做,但实际上,程序正在后台某处运行。
谢谢!
*.py您是否通过在 Windows 中双击文件来运行 python 程序?
*.py
然后,将*.py文件重命名为*.pyw.
*.pyw
pythonw.exe使用而不是运行它python.exe。
pythonw.exe
python.exe