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?

link|improve this question

76% accept rate
feedback

1 Answer

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.

link|improve this answer
have you try win32com api? – Yeo Jun 17 '11 at 2:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.