Cross platform keylogger

后端 未结 2 518
孤独总比滥情好
孤独总比滥情好 2020-12-08 06:06

I\'m looking for ways to watch mouse and keyboard events on Windows, Linux and Mac from Python.

My application is a time tracker. I\'m not looking into the event, I

2条回答
  •  一整个雨季
    2020-12-08 06:32

    There are couple of open source apps that might give you some pointers:

    • PyKeylogger is python keylogger for windows and linux
    • logKext is a c++ keylogger for mac

提交回复
热议问题