Skip to content

mickeypatil/KEYLOGGER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ Python Keylogger (Educational Use Only)

This project implements a basic keylogger in Python using the pynput library. It captures and records keystrokes to a local file for learning and ethical monitoring purposes.


πŸš€ Features

  • Records all keystrokes (including special keys like Enter, Shift, etc.)
  • Saves logs to a customizable file (keylogs.txt by default)
  • Simple and beginner-friendly Python structure
  • Real-time key capture using pynput.keyboard.Listener

πŸ“¦ Requirements

  • Python 3.6 or higher
  • pynput library

Install dependencies via pip:

pip install pynput

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages