Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 790 Bytes

File metadata and controls

23 lines (15 loc) · 790 Bytes

KeyLogger Project

A small Python project demonstrating the use of the pynput library to monitor keyboard input. This project is intended for educational purposes only, such as learning about keyboard events and practicing Python programming.

⚠️ Warning: Using keyloggers on other people's machines without permission is illegal and unethical. This project is only for learning and personal experimentation.


Features

  • Capture keyboard input in real-time.
  • Log keys pressed to a file.
  • Simple and lightweight, implemented in Python.
  • Uses pynput library for cross-platform keyboard control.

Installation

  1. Clone this repository
git clone https://github.com/lancedabre/Key-Logger.git
cd Key-Logger