A smart screen capture cli application
- download or
git clonethis repository cd bunk-inatorpython -m pip install -r requirements.txtpython main.py
bunk-inator takes a screenshot of the selected capture area every 5 seconds by default
which can be changed by changing the value of global variable frequency, then it smartly compares
this screenshot with the one that was taken before this one and if there is a change in the new
screenshot it saves it otherwise discards it.
- It has only been tested on windows, so it could cause some errors on linux or mac
- On a multiple monitor setup it'll only take screenshots of primary monitor
