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.
- Capture keyboard input in real-time.
- Log keys pressed to a file.
- Simple and lightweight, implemented in Python.
- Uses
pynputlibrary for cross-platform keyboard control.
- Clone this repository
git clone https://github.com/lancedabre/Key-Logger.git
cd Key-Logger