We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0a864 commit 7634ad5Copy full SHA for 7634ad5
Programs/P79_SimplePythonKeylogger.py
@@ -1,5 +1,9 @@
1
# Author: OMKAR PATHAK
2
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
+
7
import pyxhook
8
import time
9
0 commit comments