I was wondering if it is possible to detect if system is idle using psutil (https://code.google.com/p/psutil/). I want to be able to trigger something if there is no system wide activity for a few seconds. I have some *trouble using the ctypes/python wrapper method described is some other posts.
*trouble: My python setup is a bit tricky. psutil seem to work smoothly for other things in my application. So I would prefer it, if possible.
Thanks, M&M