Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 467 Bytes

Python Keylogger for Windows

A Keylogger for Windows implemented using PyHook and Pythoncom modules.

Usage

  1. Clone or download the repository. Open a Powershell or Command Prompt Terminal in the directory of the repository.
  2. Run python3 keylog.py.
  3. The keylogger will start taking input from the keyboard and storing the keystrokes in the output.txt file in the same directory.
  4. Press Ctrl + E or close the terminal window to stop the keylogger.