This Python script logs keystrokes from your keyboard and saves them to a file.
It uses pynput for capturing keyboard events and schedule to periodically write logs to a file.
- Python 3.x
pynputschedule
Install dependencies:
pip install pynput scheduleor
pip install -r requirements.txtpython3 keylogger.py