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?