Skip to main content

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

Project description

scapr

PyPI - Version

Screen Capture in Python

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

Usage

usage: scap.py [-h] [--auto] [--seconds SLEEP_SEC] [--count STOP_COUNT] [--folder OUTPUT_DIR] [--region REGION_BOX]

Command-line utility to capture screenshots.

options:
  -h, --help           show this help message and exit
  --auto               Do not prompt to start capturing screenshots. Begin right away.
  --seconds SLEEP_SEC  Number of seconds to pause between screenshots.
  --count STOP_COUNT   Number of screenshots to take before stopping.
  --folder OUTPUT_DIR  Name of folder for saving captured screenshots.
  --region REGION_BOX  Region to capture (instead of full screen). Specify box coordinates, separated by commas (no spaces between), as 'x1,y1,x2,y2' where x1 and y1
                       are the left-top pixel coordinates, and x2 and y2 are the right-bottom pixel coordinates. Example: '--region 100,100,600,600' to capture a 500
                       x 500 image starting at 100 pixels from top and left.

Reference

Pillow

Pillow - ImageGrab

Python - KeyboardInterrupt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scapr-0.1.dev4.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

scapr-0.1.dev4-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page