Metadata-Version: 2.1
Name: scapr
Version: 0.1.dev1
Summary: A Python script that uses Pillow's ImageGrab to capture screenshots.
Keywords: image,screen capture,screen shot,screenshot
Author-email: Bill Melvin <bill@billmelvin.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pillow
Requires-Dist: pytest ; extra == "test"
Project-URL: Home, https://www.bogusoft.com
Provides-Extra: test

# scapr

## Screen Capture in Python

A simple script that uses Pillow's ImageGrab to capture screenshots.


## Reference

[Pillow](https://pypi.org/project/Pillow/)

Pillow - [ImageGrab](https://pillow.readthedocs.io/en/stable/reference/ImageGrab.html)

Python - [KeyboardInterrupt](https://docs.python.org/3/library/exceptions.html#KeyboardInterrupt)

