Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 623 Bytes

Ubuntu and Windows utility for screenshotting on clicks. Use responsibly.

Remember to change the file sources on which you are going to save the images.

For Windows: Requires Python for Windows and uses pythonw for executing processes in the background without needing CMD.

Runtime Broker.txt is the Python file that is executed. Execute the command in Windows/scr/command.txt in a CMD to run the process in Background. Remember to adjust the path of the screenshot images and the Runtime Broker.txt file path. pip dependencies: pynput, PIL

For Ubuntu: sudo apt-get install scrot pip install requirements.txt (pynput)