Description
A simple script to record keyboard key presses and save them into a file. Useful for automation, keylogging (ethical use only), or collecting training data for AI models.
Features
Records all keyboard inputs.
Saves logs in a structured format.
Can be extended for automation projects.
Technologies Used
Python
pynput library (for capturing keystrokes)
How to Use
Run python script.py.
Press keys while the script is running.
Stop the script to generate a log file with recorded key presses.
Future Improvements
Add mouse recording functionality.
Implement playback of recorded sequences