This project implements a basic keylogger using Python. The program records keystrokes and saves them to a file for analysis.
Disclaimer: This project is intended for educational and research purposes only. Unauthorized use of a keylogger is illegal and unethical. Ensure you have proper permissions before using this tool.
- Captures all keystrokes on the keyboard.
- Logs the recorded keystrokes to a local file for review.
- Simple and lightweight implementation.