https://github.com/criszst/keylogger-py
⌨️| Keylogger - records everything a person types on the PC (also takes a screenshot of the screen) and sends it to an email
https://github.com/criszst/keylogger-py
keylogger-python pyautogui pyautogui-hotkey pynput python python3
Last synced: 10 months ago
JSON representation
⌨️| Keylogger - records everything a person types on the PC (also takes a screenshot of the screen) and sends it to an email
- Host: GitHub
- URL: https://github.com/criszst/keylogger-py
- Owner: criszst
- Created: 2023-09-20T22:25:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T04:59:49.000Z (about 1 year ago)
- Last Synced: 2025-03-30T04:22:10.654Z (11 months ago)
- Topics: keylogger-python, pyautogui, pyautogui-hotkey, pynput, python, python3
- Language: Python
- Homepage:
- Size: 19.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keylogger-py
A keylogger that records everything a person types on a PC and saves it to a file. It also takes a screenshot of the screen.
After a certain amount of time, it sends an email containing a log of what the person typed and a screenshot of the screen.
(it keeps sending this email from time to time)
# Dependencies
- [Google API - Gmail] - Sends the email.
- [Pynput] - Gets what the person is typing.
- [PyAutoGui] - Takes a screenshot of the screen.