alt text

Keylogger Project

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.

Features

  • Logs key presses to a file (keylog.txt).
  • Stealth mode: hides the console window while running.

Usage

  1. Install the required dependencies:

    pip install pynput
    
  2. Run the keylogger

  3. To stop the keylogger, press the ESC key.