gesys


Namegesys JSON
Version 1.1.15 PyPI version JSON
download
home_pagehttps://github.com/ArtemLetyagin/Gesys
SummaryControl your computer with gestures.
upload_time2024-04-08 18:40:56
maintainerNone
docs_urlNone
authorGesys
requires_python>=3.9
licenseNone
keywords gesture gestures control
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Gesys
Gesys is an evolving module that provides a high-level API for recognizing hand gestures using a webcam

# Get started
**Install gesys module**
```python
pip install gesys
```
**Run simple example**
```python
from gesys.preview import preview

preview(speed_mode=2)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ArtemLetyagin/Gesys",
    "name": "gesys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "gesture gestures control",
    "author": "Gesys",
    "author_email": "a.letyagin1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/d6/0add743c687587b9ad8da9aa1381a8e85c3c85a6f4b90092effca5422a5f/gesys-1.1.15.tar.gz",
    "platform": null,
    "description": "# Gesys\r\nGesys is an evolving module that provides a high-level API for recognizing hand gestures using a webcam\r\n\r\n# Get started\r\n**Install gesys module**\r\n```python\r\npip install gesys\r\n```\r\n**Run simple example**\r\n```python\r\nfrom gesys.preview import preview\r\n\r\npreview(speed_mode=2)\r\n```\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Control your computer with gestures.",
    "version": "1.1.15",
    "project_urls": {
        "GitHub": "https://github.com/ArtemLetyagin/Gesys",
        "Homepage": "https://github.com/ArtemLetyagin/Gesys"
    },
    "split_keywords": [
        "gesture",
        "gestures",
        "control"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5df49dccdae92d5b5d74f34ee11bed4f6fa043ff09e0201de55cb04162f9fbaa",
                "md5": "1121485d819efa5244c4b4b14e2e93a4",
                "sha256": "ff036ea32c10025d99cbc12d162d0a62a4c48684d9b6e6b34ddada229f8fbebb"
            },
            "downloads": -1,
            "filename": "gesys-1.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1121485d819efa5244c4b4b14e2e93a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7674883,
            "upload_time": "2024-04-08T18:40:33",
            "upload_time_iso_8601": "2024-04-08T18:40:33.989085Z",
            "url": "https://files.pythonhosted.org/packages/5d/f4/9dccdae92d5b5d74f34ee11bed4f6fa043ff09e0201de55cb04162f9fbaa/gesys-1.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ed60add743c687587b9ad8da9aa1381a8e85c3c85a6f4b90092effca5422a5f",
                "md5": "643afb653a40a40e99186395315f54b8",
                "sha256": "da241de06cb9a324cf6991c216aa0f1f74328256bac8d040672b90b726d54699"
            },
            "downloads": -1,
            "filename": "gesys-1.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "643afb653a40a40e99186395315f54b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7514872,
            "upload_time": "2024-04-08T18:40:56",
            "upload_time_iso_8601": "2024-04-08T18:40:56.714393Z",
            "url": "https://files.pythonhosted.org/packages/6e/d6/0add743c687587b9ad8da9aa1381a8e85c3c85a6f4b90092effca5422a5f/gesys-1.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 18:40:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArtemLetyagin",
    "github_project": "Gesys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gesys"
}
        
Elapsed time: 0.23226s