This software creates a screenshot around the cursor every time the user clicks and saves all images highly compressed.
By default, the files are saved under ~/spy/yyyy-mm-dd/hh-mm-ss-ffff.jpg
- Extract this repository into any folder.
- Install Python
- Run both
.bat
files - Make sure that .pyw file are opened by Python by default by double-clicking
main.pyw
and selecting Python in theOpen With
menu.
- Remove
main.pyw
from the%appdata%/Microsoft/Windows/Start Menu/Programs/Startup
directory. - Kill the Python task by searching
Python
in Task Manager and killing the results.
You can configure the app by changing the three variables in the %appdata%/Microsoft/Windows/Start Menu/Programs/Startup/main.pyw
file.
Defaults:
image_radius = 400
image_quality = 20 # 0 - 100
directory_name = 'spy'
This software is not intended for malicious purposes.
Copying and distribution of this file, with or without modification, are permitted in any medium provided you do not contact the author about the file or any problems you are having with the file.