PyGrabIt


NamePyGrabIt JSON
Version 0.0.10 PyPI version JSON
download
home_pagehttps://github.com/ludvikalkhoury/PyGrabIt.git
SummaryPython implementation of grabit toolbox.
upload_time2024-09-06 03:40:26
maintainerNone
docs_urlNone
authorLudvik Alkhoury
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyGrabIt is a Python implementation of the Matlab toolbox GRABIT. 

This version contains the following tools:    

1) Open Magnifier: This will open a new window with a magnifier around the cursor. The user can change the magnifier size as well as the zoom factor.

2) Color Panel: The user can choose the curve color from which the points are captured from a color panel. Once the color is selected, a new window will open with the selected color and a capture button to automatically capture the points. 

3) Auto Detect: This tool also automatically captures the points. However, the user can click on the curve, and its color will be automatically captured. 

4) Fit Data: This tool performs a polynomial curve fitting. 


To install this package, use:
``pip install PyGrabIt``

Then to run it, use:
``python -m PyGrabIt``

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ludvikalkhoury/PyGrabIt.git",
    "name": "PyGrabIt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ludvik Alkhoury",
    "author_email": "Ludvik.Alkhoury@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/4c/5cf970279f0b0eda1c413fcce8af4bf410b29b81a651c4f927cb8955da7a/PyGrabIt-0.0.10.tar.gz",
    "platform": null,
    "description": "PyGrabIt is a Python implementation of the Matlab toolbox GRABIT. \r\n\r\nThis version contains the following tools:    \r\n\r\n1) Open Magnifier: This will open a new window with a magnifier around the cursor. The user can change the magnifier size as well as the zoom factor.\r\n\r\n2) Color Panel: The user can choose the curve color from which the points are captured from a color panel. Once the color is selected, a new window will open with the selected color and a capture button to automatically capture the points. \r\n\r\n3) Auto Detect: This tool also automatically captures the points. However, the user can click on the curve, and its color will be automatically captured. \r\n\r\n4) Fit Data: This tool performs a polynomial curve fitting. \r\n\r\n\r\nTo install this package, use:\r\n``pip install PyGrabIt``\r\n\r\nThen to run it, use:\r\n``python -m PyGrabIt``\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python implementation of grabit toolbox.",
    "version": "0.0.10",
    "project_urls": {
        "Homepage": "https://github.com/ludvikalkhoury/PyGrabIt.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bff3f2cc12175a099108d9cad54a9b8143035cee8bcf324a07089000703cf29",
                "md5": "07bd28dd091dfaba8ff101ca54ec21fe",
                "sha256": "76042630ec8a23214c33e6ab3b371564fc2c8f9e39b0022aed959d43a790a390"
            },
            "downloads": -1,
            "filename": "PyGrabIt-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07bd28dd091dfaba8ff101ca54ec21fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8659,
            "upload_time": "2024-09-06T03:40:24",
            "upload_time_iso_8601": "2024-09-06T03:40:24.997427Z",
            "url": "https://files.pythonhosted.org/packages/9b/ff/3f2cc12175a099108d9cad54a9b8143035cee8bcf324a07089000703cf29/PyGrabIt-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd4c5cf970279f0b0eda1c413fcce8af4bf410b29b81a651c4f927cb8955da7a",
                "md5": "7b28a2cda1fde0d05404c1e89526ffad",
                "sha256": "a9964c7a59fa3e6f4019eab2ef9db9bbb105e48d2230f4a7b0876523f0b15190"
            },
            "downloads": -1,
            "filename": "PyGrabIt-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "7b28a2cda1fde0d05404c1e89526ffad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9406,
            "upload_time": "2024-09-06T03:40:26",
            "upload_time_iso_8601": "2024-09-06T03:40:26.212165Z",
            "url": "https://files.pythonhosted.org/packages/bd/4c/5cf970279f0b0eda1c413fcce8af4bf410b29b81a651c4f927cb8955da7a/PyGrabIt-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 03:40:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ludvikalkhoury",
    "github_project": "PyGrabIt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygrabit"
}
        
Elapsed time: 0.58065s