Metadata-Version: 2.1
Name: hvppyautocapture
Version: 0.0.1
Project-URL: Homepage, https://github.com/hvppycoding/hvppyautocapture
Project-URL: Bug Tracker, https://github.com/hvppycoding/hvppyautocapture/issues
Author-email: hvppycoding <hvppycoding@gmail.com>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: pyautogui
Requires-Dist: pynput
Description-Content-Type: text/markdown

# hvppyautocapture

A simple python script to capture a series of images.

```bash
$ hvppyautocapture
> first page? 147
> last page? 446
> Click top left corner of the capture region
> x: 743, y: 10
> Click bottom right corner of the capture region
> x: 1801, y: 1378
> next page button[right/pagedown/...]? right
> file name prefix? file
> initial delay[seconds]? 5
> wait time before each capture?[seconds] 2
> wait time after each capture?[seconds] 1
```
