通过 Python 程序检查事件、记录时间以及与 PowerPoint 交互
有没有办法让Python程序“监听”事件?
我想创建一个小程序,用于“查找/等待”PowerPoint 中的演示模式被激活。一旦它识别出它已经开始,我想记录用户在每张幻灯片上花费的时间。
解决这个问题的最佳方法是什么?有什么好的模块可以使用吗?
Is there a way to have a Python program to "listen" for an event?
I'd like to create a small program that 'looks for/waits' for Presentation Mode in PowerPoint to be activated. Once it recognizes that it has started, I want to log the times that the user spends on each slide.
What would be the best way to go about this? Are there any good modules to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定你必须使用 宏来执行特定的脚本。
我不知道 Python 程序有什么方法可以监听 PowerPoint 事件。
I'm pretty sure you'll have to use a macro to execute a specific script.
I don't know of any way for a Python program to listen for a PowerPoint event.