Skip to content

smahesh29/Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".