pyscreenshot


Namepyscreenshot JSON
Version 3.1 PyPI version JSON
download
home_pagehttps://github.com/ponty/pyscreenshot
Summarypython screenshot
upload_time2023-03-12 06:34:24
maintainer
docs_urlNone
authorponty
requires_python>=3.4
licenseBSD
keywords screenshot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The pyscreenshot module is obsolete in most cases.
It was created because PIL ImageGrab module worked on Windows only,
but now Linux and macOS are also supported.
There are some features in pyscreenshot which can be useful in special cases:
flexible backends, Wayland support, sometimes better performance, optional subprocessing.

The module can be used to copy the contents of the screen to a Pillow image memory using various back-ends.
Replacement for the ImageGrab Module.

Documentation: https://github.com/ponty/pyscreenshot/tree/3.1


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ponty/pyscreenshot",
    "name": "pyscreenshot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "screenshot",
    "author": "ponty",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f0/bf/a051bea0ad0fb9877684d0f8b87e0e55970b53b117db80c5f729d6dda762/pyscreenshot-3.1.tar.gz",
    "platform": null,
    "description": "The pyscreenshot module is obsolete in most cases.\nIt was created because PIL ImageGrab module worked on Windows only,\nbut now Linux and macOS are also supported.\nThere are some features in pyscreenshot which can be useful in special cases:\nflexible backends, Wayland support, sometimes better performance, optional subprocessing.\n\nThe module can be used to copy the contents of the screen to a Pillow image memory using various back-ends.\nReplacement for the ImageGrab Module.\n\nDocumentation: https://github.com/ponty/pyscreenshot/tree/3.1\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "python screenshot",
    "version": "3.1",
    "split_keywords": [
        "screenshot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6fbacc0b5a7251682cd11c67c40a1532ffb1dda71626e9ad7e7ba1e55cc3ae2",
                "md5": "a8bdccd436e0b25b139ea5c8f7be9939",
                "sha256": "73d406d41a0977125bdfd2f6488f0caf1394e84d1d4c1065d5e8b1400b307096"
            },
            "downloads": -1,
            "filename": "pyscreenshot-3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8bdccd436e0b25b139ea5c8f7be9939",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 28796,
            "upload_time": "2023-03-12T06:34:22",
            "upload_time_iso_8601": "2023-03-12T06:34:22.549814Z",
            "url": "https://files.pythonhosted.org/packages/c6/fb/acc0b5a7251682cd11c67c40a1532ffb1dda71626e9ad7e7ba1e55cc3ae2/pyscreenshot-3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0bfa051bea0ad0fb9877684d0f8b87e0e55970b53b117db80c5f729d6dda762",
                "md5": "3e5923dad63c82078b7725bc8a8fb8a6",
                "sha256": "8c0e93f0aef66a6bfe55a86abfced6bd396ae4b4f6cc1e36f04a28ad2625594d"
            },
            "downloads": -1,
            "filename": "pyscreenshot-3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3e5923dad63c82078b7725bc8a8fb8a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 29238,
            "upload_time": "2023-03-12T06:34:24",
            "upload_time_iso_8601": "2023-03-12T06:34:24.652993Z",
            "url": "https://files.pythonhosted.org/packages/f0/bf/a051bea0ad0fb9877684d0f8b87e0e55970b53b117db80c5f729d6dda762/pyscreenshot-3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 06:34:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ponty",
    "github_project": "pyscreenshot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pyscreenshot"
}
        
Elapsed time: 0.04844s