A Keylogger for Windows implemented using PyHook and Pythoncom modules.
- Clone or download the repository. Open a Powershell or Command Prompt Terminal in the directory of the repository.
- Run
python3 keylog.py
. - The keylogger will start taking input from the keyboard and storing the keystrokes in the output.txt file in the same directory.
- Press Ctrl + E or close the terminal window to stop the keylogger.