A basic keylogger with a graphical interface built using Python and Tkinter as part of the Prodigy InfoTech Cyber Security Internship.
- Captures every key pressed
- Saves logs to a timestamped
.txt
file - GUI with live view using
tkinter
- Educational and ethical use only
pip install -r requirements.txt
python keylogger.py