mouse_and_key_logger
1.0.0
This Python script allows users to record and play back mouse and keyboard movements while capturing screenshots at specified intervals.
For educational purposes only.
pip install -r requirements.txt):
Install the required packages:
pip install -r requirements.txtTo record mouse and keyboard movements with screenshot capture, run the following command:
python main.py --mode record --ss-interval 2Recorded data will be saved in a file named recorded_data.json in the script's directory.
To play back a recorded session, use the following command:
python main.py --mode playContributions are welcome! Feel free to open issues or pull requests.