An open API service indexing awesome lists of open source software.

https://github.com/smahesh29/keylogger

This is a keylogger created using python.
https://github.com/smahesh29/keylogger

keyboard keylog keylogger keypress keypresser keypresses python python-keylogger python3

Last synced: 2 months ago
JSON representation

This is a keylogger created using python.

Awesome Lists containing this project

README

        

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