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.
- Host: GitHub
- URL: https://github.com/smahesh29/keylogger
- Owner: smahesh29
- License: mit
- Created: 2019-05-31T18:12:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T14:11:10.000Z (over 5 years ago)
- Last Synced: 2025-01-19T17:24:27.754Z (4 months ago)
- Topics: keyboard, keylog, keylogger, keypress, keypresser, keypresses, python, python-keylogger, python3
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keylogger
![]()
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".