htamd


Namehtamd JSON
Version 0.2 PyPI version JSON
download
home_page
SummaryA Hand tracking module
upload_time2023-01-02 11:40:31
maintainer
docs_urlNone
authorAdvaith S
requires_python
license
keywords python hand tracking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

<h1 align="center">
  <br>
  <img src="https://github.com/advaith-22/assets/blob/main/image-removebg-preview.png?raw=true" alt="Markdownify" width="200"></a>
  <br>
  HT (AMD Intel System)
  <br>
</h1>

<h4 align="center">A package that allows to track the x, y, z locations of specific points from 0-20 in your hands. (AMD Intel System)</h4>

<hr>

<p align="center">
  <a href="#key-features">Key Features</a> •
  <a href="#how-to-use">How To Use</a> •
  <a href="#Install">Install</a> •
</p>

![screenshot](https://github.com/advaith-22/assets/blob/main/Modern%20Gaming%20Cover%20YouTube%20Channel%20Art.png?raw=true)

## Key Features

* Tracks your hand
* The hand connections or lines can be show or hidden
* Works for almost all computers
* Quick and not much lag
* Simple code that is easy to understand and customize if needed

## How To Use

The following code gets the x, y locations of the index finger tip and moves the mouse accordingly

```python
import htamd
import cv2

cap = cv2.VideoCapture(0)

handt = htamd.ht()

while 1:
    success, img = cap.read()
    img = handt.findhand(img, show_lines=False)
    lml = handt.findpos()
    if len(lml) != 0:
        print(lml[8])
    
    cv2.imshow("Box", img)
    cv2.waitKey(1)
```

## Install

Install with pip

```bash
$ pip install htamd
```

## License

MIT

---

> [http://advaith.athenaserv.com](http://advaith.athenaserv.com) &nbsp;&middot;&nbsp;
> GitHub [@advaith-22](https://github.com/advaith-22) &nbsp;&middot;&nbsp;
> Twitter [@_Advaith_S](https://twitter.com/_Advaith_S)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "htamd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,Hand tracking",
    "author": "Advaith S",
    "author_email": "<popular9adu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8f/ad/21f1a2e6ef444b7f84ea4fd47874d629114ecb64fb38998ef530e95a6cbf/htamd-0.2.tar.gz",
    "platform": null,
    "description": "\n\n<h1 align=\"center\">\n  <br>\n  <img src=\"https://github.com/advaith-22/assets/blob/main/image-removebg-preview.png?raw=true\" alt=\"Markdownify\" width=\"200\"></a>\n  <br>\n  HT (AMD Intel System)\n  <br>\n</h1>\n\n<h4 align=\"center\">A package that allows to track the x, y, z locations of specific points from 0-20 in your hands. (AMD Intel System)</h4>\n\n<hr>\n\n<p align=\"center\">\n  <a href=\"#key-features\">Key Features</a> \u2022\n  <a href=\"#how-to-use\">How To Use</a> \u2022\n  <a href=\"#Install\">Install</a> \u2022\n</p>\n\n![screenshot](https://github.com/advaith-22/assets/blob/main/Modern%20Gaming%20Cover%20YouTube%20Channel%20Art.png?raw=true)\n\n## Key Features\n\n* Tracks your hand\n* The hand connections or lines can be show or hidden\n* Works for almost all computers\n* Quick and not much lag\n* Simple code that is easy to understand and customize if needed\n\n## How To Use\n\nThe following code gets the x, y locations of the index finger tip and moves the mouse accordingly\n\n```python\nimport htamd\nimport cv2\n\ncap = cv2.VideoCapture(0)\n\nhandt = htamd.ht()\n\nwhile 1:\n    success, img = cap.read()\n    img = handt.findhand(img, show_lines=False)\n    lml = handt.findpos()\n    if len(lml) != 0:\n        print(lml[8])\n    \n    cv2.imshow(\"Box\", img)\n    cv2.waitKey(1)\n```\n\n## Install\n\nInstall with pip\n\n```bash\n$ pip install htamd\n```\n\n## License\n\nMIT\n\n---\n\n> [http://advaith.athenaserv.com](http://advaith.athenaserv.com) &nbsp;&middot;&nbsp;\n> GitHub [@advaith-22](https://github.com/advaith-22) &nbsp;&middot;&nbsp;\n> Twitter [@_Advaith_S](https://twitter.com/_Advaith_S)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Hand tracking module",
    "version": "0.2",
    "split_keywords": [
        "python",
        "hand tracking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ff94affcac17f5863dcb1b304ed1e21a",
                "sha256": "f86886435d2d6fb7ad15f6f95a0e9f959447515e4248501b8798067c9e4fe401"
            },
            "downloads": -1,
            "filename": "htamd-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff94affcac17f5863dcb1b304ed1e21a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3278,
            "upload_time": "2023-01-02T11:40:29",
            "upload_time_iso_8601": "2023-01-02T11:40:29.966475Z",
            "url": "https://files.pythonhosted.org/packages/e0/cc/684e8cf0335f5ba4b14112c99df6b14a464a49cd6ea2c19c55b7f78cc6f8/htamd-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "64bbf26574bae3cce09a7ed154b0ea67",
                "sha256": "5540a6d1e5ee5317e79c6b9e8daf2678fdb60caf5f8336cb500c14b261eebb63"
            },
            "downloads": -1,
            "filename": "htamd-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "64bbf26574bae3cce09a7ed154b0ea67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3383,
            "upload_time": "2023-01-02T11:40:31",
            "upload_time_iso_8601": "2023-01-02T11:40:31.781597Z",
            "url": "https://files.pythonhosted.org/packages/8f/ad/21f1a2e6ef444b7f84ea4fd47874d629114ecb64fb38998ef530e95a6cbf/htamd-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-02 11:40:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "htamd"
}
        
Elapsed time: 0.06149s