Skip to content

Commit 7634ad5

Browse files
committed
Simple Python Keylogger
1 parent 1a0a864 commit 7634ad5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Programs/P79_SimplePythonKeylogger.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Author: OMKAR PATHAK
22

3+
# This file requires two modules to be installed:
4+
# 1. pyxhook.py: file is provided in the folder itself
5+
# 2. Xlib: sudo pip3 install python3-Xlib
6+
37
import pyxhook
48
import time
59

0 commit comments

Comments
 (0)