Skip to content

fberbert/keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keylogger

A simple Keylogger in Python 3.

Requires pynput:

pip3 install pynput

You need to set up the logFile variable to an appropriate location in your system:

logFile = "/home/fabio/python/keylogger/log.txt"

To run the script just type:

python3 keylogger.py

Code comments in Portuguese.

About

A simple Keylogger in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages