Name | scapr JSON |
Version |
2024.1.3
JSON |
| download |
home_page | None |
Summary | A Python script that uses Pillow's ImageGrab to capture screenshots. |
upload_time | 2024-01-23 16:14:40 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
image
screen capture
screen shot
screenshot
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# scapr
![PyPI - Version](https://img.shields.io/pypi/v/scapr)
## Screen Capture in Python
A script that uses Pillow's ImageGrab to capture screenshots.
## Usage
```shell
usage: scapr [-h] [--auto] [--seconds SLEEP_SEC] [--count STOP_COUNT]
[--folder OUTPUT_DIR] [--region REGION_BOX] [--flat]
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.
--flat Do not create a sub-folder for each capture session (a
'flat' output folder structure).
```
## 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)
Raw data
{
"_id": null,
"home_page": null,
"name": "scapr",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "image,screen capture,screen shot,screenshot",
"author": null,
"author_email": "Bill Melvin <bill@billmelvin.com>",
"download_url": "https://files.pythonhosted.org/packages/38/ea/4465d2960074b2f55dba20675b6360e2f0d347728ca7aaa24b74ed5a3cda/scapr-2024.1.3.tar.gz",
"platform": null,
"description": "# scapr\n\n![PyPI - Version](https://img.shields.io/pypi/v/scapr)\n\n## Screen Capture in Python\n\nA script that uses Pillow's ImageGrab to capture screenshots.\n\n## Usage\n\n```shell\nusage: scapr [-h] [--auto] [--seconds SLEEP_SEC] [--count STOP_COUNT]\n [--folder OUTPUT_DIR] [--region REGION_BOX] [--flat]\n\nCommand-line utility to capture screenshots.\n\noptions:\n -h, --help show this help message and exit\n --auto Do not prompt to start capturing screenshots. Begin\n right away.\n --seconds SLEEP_SEC Number of seconds to pause between screenshots.\n --count STOP_COUNT Number of screenshots to take before stopping.\n --folder OUTPUT_DIR Name of folder for saving captured screenshots.\n --region REGION_BOX Region to capture (instead of full screen). Specify box\n coordinates, separated by commas (no spaces between),\n as 'x1,y1,x2,y2' where x1 and y1 are the left-top pixel\n coordinates, and x2 and y2 are the right-bottom pixel\n coordinates. Example: '--region 100,100,600,600' to\n capture a 500 x 500 image starting at 100 pixels from\n top and left.\n --flat Do not create a sub-folder for each capture session (a\n 'flat' output folder structure).\n```\n\n## Reference\n\n[Pillow](https://pypi.org/project/Pillow/)\n\nPillow - [ImageGrab](https://pillow.readthedocs.io/en/stable/reference/ImageGrab.html)\n\nPython - [KeyboardInterrupt](https://docs.python.org/3/library/exceptions.html#KeyboardInterrupt)\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python script that uses Pillow's ImageGrab to capture screenshots.",
"version": "2024.1.3",
"project_urls": {
"Repository": "https://github.com/wmelvin/scapr"
},
"split_keywords": [
"image",
"screen capture",
"screen shot",
"screenshot"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1f6e6ef7182802bcaeb75f64fb92870b82aa94ad697671cc1e3f1eb78868d06e",
"md5": "5c918f0a73d608a7a1704f044f4ce9be",
"sha256": "609b6890eaf18192d78affe8210545af3151d2aec8e9808118b6ff24e1825650"
},
"downloads": -1,
"filename": "scapr-2024.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c918f0a73d608a7a1704f044f4ce9be",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5551,
"upload_time": "2024-01-23T16:14:31",
"upload_time_iso_8601": "2024-01-23T16:14:31.173673Z",
"url": "https://files.pythonhosted.org/packages/1f/6e/6ef7182802bcaeb75f64fb92870b82aa94ad697671cc1e3f1eb78868d06e/scapr-2024.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38ea4465d2960074b2f55dba20675b6360e2f0d347728ca7aaa24b74ed5a3cda",
"md5": "49a0987be7cc25d3627f3157a01ec16b",
"sha256": "e1f7f14232825e330816af7ecde470df2bfc9556e93a3efde4b9fc21fd4a6b2b"
},
"downloads": -1,
"filename": "scapr-2024.1.3.tar.gz",
"has_sig": false,
"md5_digest": "49a0987be7cc25d3627f3157a01ec16b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 15231,
"upload_time": "2024-01-23T16:14:40",
"upload_time_iso_8601": "2024-01-23T16:14:40.138246Z",
"url": "https://files.pythonhosted.org/packages/38/ea/4465d2960074b2f55dba20675b6360e2f0d347728ca7aaa24b74ed5a3cda/scapr-2024.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-23 16:14:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wmelvin",
"github_project": "scapr",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "scapr"
}