How to install & use program
-
Create virtual enviroment
-
Run "pip install -r requirements.txt"
-
Run "python3 screenshots.py"
-
Set how many screenshot you want
-
Set time between screenshots
-
Images are saved in the ./screenshots folder
-
If you want to change the position of the screenshots you have to change the bbox coordinates (bbox=(0, 450, 1585, 1035)). If you want the fullscreen screenshots use ImageGrab.grab() instead of bbox.