/basic-keylogger

A basic Keylogger written in Python saving all keystokes in a TXT file

Primary LanguagePython

basic-keylogger

A basic Keylogger written in Python saving all keystokes in a TXT file

All logs will be saved in log.txt

Create executable:

pyinstaller --onefile -w main.py

Dependencies

  • pynput
  • pyinstaller