https://github.com/mantiereid/keylogger
Keylogger that documents the window the keys are typed in, Timestamped and are emailed to the user after 100 keystrokes.
https://github.com/mantiereid/keylogger
keyboard keylogger keystrokes pyhook python
Last synced: 27 days ago
JSON representation
Keylogger that documents the window the keys are typed in, Timestamped and are emailed to the user after 100 keystrokes.
- Host: GitHub
- URL: https://github.com/mantiereid/keylogger
- Owner: MantieReid
- License: mit
- Created: 2019-07-31T22:54:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T03:07:55.000Z (over 2 years ago)
- Last Synced: 2025-03-12T21:26:22.243Z (over 1 year ago)
- Topics: keyboard, keylogger, keystrokes, pyhook, python
- Language: Python
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keylogger
This is a program that is made in python. Its a a program that enables the user to record his keystrokes. I made this project purely for fun and demonstrations purpose. Anyone is free to use this as starting template for their own keylogger. This only works on windows for now.
# Features
• Timestamped keystrokes.
• Documents the window the keystrokes were typed in.
• Keystrokes are logged in a textfile and in a csv table.
• Keystrokes are emailed to the user after 100 keystrokes.


