ejupialked / basic-keylogger

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%