py-keylogger icon indicating copy to clipboard operation
py-keylogger copied to clipboard

A Simple Keylogger for Linux written in Python

Results 3 py-keylogger issues
Sort by recently updated
recently updated
newest added

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)