py-keylogger
py-keylogger copied to clipboard
A Simple Keylogger for Linux written in Python
Tested on Arch Linux, requires python2-six module along with python2-xlib (python version 2.7)
Current code is python 2 so print statements don't have parens: print "hello" vs print("hello"). Also newer ord() needed to change int to str. Also renamed the storage directory to...
What does it mean? What should I install to run? Did everything like [here](http://www.techinfected.net/2015/10/how-to-make-simple-basic-keylogger-in-python-for-linux.html)