Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 413 Bytes

Keylogger GitHub

This is a keylogger created using python, used to check which key is pressed by user.

After running the main.py file, the keys pressed by the user are saved in log.txt file. To stop the program press Escape key (Esc) 5 times.

Required library :

pynput
    To install it use command "pip install pynput".