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.
即使用户尝试通过单击 x(退出)按钮退出 Python 脚本,是否可以保持运行?因此意味着退出的唯一方法是,假设脚本中有 quit() 命令。
这个问题听起来很愚蠢,但我很好奇!提前致谢。
经过一番研究,我确实找到了 Tkinter 的答案。我让我的脚本运行一个 while 循环,其中包含一个要求用户输入的 Tkinter 对话框。该脚本与 一起保存,.pyw因此用户无法退出脚本并退出 Tkinter 对话框只会使其再次出现。我不会在这里发布代码,因为我不希望我的代码导致坏事。
.pyw