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

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

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.