Keylogger

About this project
A lightweight keylogger application built with Python that records keyboard inputs to text files.
This keylogger uses the `pynput` library to capture keyboard input events and logs them to text files with timestamps. The application creates a new log file each time it runs, making it easy to track keyboard activity across different sessions.
Technologies
- Python
- pynput
Key Features
- Records all keyboard inputs including alphanumeric characters and special keys
- Creates timestamped log files for easy organization
- Handles special keys (space, enter, tab) with appropriate formatting
- Lightweight with minimal dependencies