如何通过更改输入来启动 python 程序?

发布于 2024-11-06 21:42:13 字数 208 浏览 1 评论 0原文

我有一个用 python 制作的应用程序,该应用程序从一个名为 input.txt 的单独文本文件获取输入,我必须以这样的方式设计该应用程序:应用程序会自动运行 input.txt 的任何输入。这样我就不需要进入命令提示符并运行程序,如果我给出输入,或者更改 input.txt 中存在的文本,python 程序应该自动开始执行。

请帮我解决这个问题:)

谢谢:) :)

I have an application made in python, this application takes input from a separate text file called input.txt, i have to design the application in such a way that application runs automatically with any input to input.txt. Such that i need not go to command prompt and run the program, if i give the input, or change the text present in input.txt, python program should start execute automatically.

Please help me out with this :)

Thank you :) :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千里故人稀 2024-11-13 21:42:13

您可以运行一次程序并观察新文件或修改文件的文件系统更改。尝试在 Linux 上使用 python-inotify:

https://github.com/seb-m/pyinotify

You can run your program once and watch the filesystem changes for new or modified file. Try using python-inotify for linux:

https://github.com/seb-m/pyinotify

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文