This is a simple keylogger application built using Python, Tkinter, and Pynput for logging keystrokes. It allows you to start logging keystrokes by clicking the "Start" button and stop the logging by clicking the "Stop" button.
- Start keystroke logging by clicking the "Start" button.
- Stop keystroke logging by clicking the "Stop" button.
- Logs pressed and released keys.
- Saves logged keys into a text file and JSON format.
- Python
- Tkinter (for GUI)
- Pynput (for capturing keystrokes)
- JSON (for storing logs in JSON format)
This project is intended solely for educational purposes to help me understand how keylogging works. It should not be used for any malicious activities or unauthorized use. Please ensure that you have permission before using it in any scenario.
- Clone the repository to your local machine:
git clone https://github.com/pravallika-nunna/Key-Logger