| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ActionLogger is a lightweight Python script that captures screen, keyboard presses, and mouse positions at a specified frame rate. The captured data is saved in an output folder.
perl Copy code
To run the ActionLogger, use the provided run_action_logger.py script with optional command-line arguments:
python run_action_logger.py -d -r -s <save_every> -o <output_folder> -f <resize_factor>
For example, to run the action logger for 120 seconds at 10 FPS, saving data every 60 seconds to the "output" folder, and resizing screen captures by a factor of 3.16:
python run_action_logger.py -d 120 -r 10 -s 60 -o "output" -f 3.16
markdown Copy code
Press Ctrl+C to stop the ActionLogger and save the remaining data.
The captured data is saved in the specified output folder in the following format:
| Back | FazBrowse Home | New Git URL |