This is a simple keylogger project implemented in Python using the pynput library. It logs key presses to a file and can run in stealth mode by hiding the console window.
- Logs key presses to a file (
keylog.txt
). - Stealth mode: hides the console window while running.
-
Install the required dependencies:
pip install pynput
-
Run the keylogger
-
To stop the keylogger, press the ESC key.