Keystroke logger for Windows

Michael Geary Mike at DeleteThis.Geary.com
Fri Aug 22 23:57:52 EDT 2003


> I don't think Python would be a good choice for the basic keystroke
logging
> utility. A program like this is implemented as a systemwide message hook,
> which is a DLL that is loaded into the address space of *every*
application.
> This is a simple piece of code that should be written in C/C++ to keep it
> small.

Just adding one (fairly obvious) thought... Even though I wouldn't use
Python for the low-level systemwide message hook, it would be an excellent
choice for code that processes the resulting log.

-Mike






More information about the Python-list mailing list