mathsnip


Namemathsnip JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/zk4/mathsnip
Summarythis is a description
upload_time2023-06-28 17:08:03
maintainer
docs_urlNone
authorzk
requires_python>3.0.0
licenseBSD
keywords best practice for python project
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Demo

![iShot_2023-06-28_20.53.44](assets/iShot_2023-06-28_20.53.44.gif)

# Install

``` python
pip install mathsnip
```

# Configuration
put your app_id and app_key in ~/.bash_config
```
export MATHPIX_APP_ID="xxx"
export MATHPIX_APP_KEY="xxx"
```

where to find the app_id and app_key?
- open https://accounts.mathpix.com/account
- click 'OCR API settings'
- and you should find

# Use
```
mathsnip
```

# Reference
gui part: https://mgregchi02.medium.com/take-screenshots-of-any-area-of-the-screen-with-python-gui-program-6320110e99f7

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zk4/mathsnip",
    "name": "mathsnip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.0.0",
    "maintainer_email": "",
    "keywords": "best practice for python project",
    "author": "zk",
    "author_email": "liuzq7@gmail.com",
    "download_url": "https://github.com/zk4/mathsnip/archive/master.zip",
    "platform": null,
    "description": "# Demo\n\n![iShot_2023-06-28_20.53.44](assets/iShot_2023-06-28_20.53.44.gif)\n\n# Install\n\n``` python\npip install mathsnip\n```\n\n# Configuration\nput your app_id and app_key in ~/.bash_config\n```\nexport MATHPIX_APP_ID=\"xxx\"\nexport MATHPIX_APP_KEY=\"xxx\"\n```\n\nwhere to find the app_id and app_key?\n- open https://accounts.mathpix.com/account\n- click 'OCR API settings'\n- and you should find\n\n# Use\n```\nmathsnip\n```\n\n# Reference\ngui part: https://mgregchi02.medium.com/take-screenshots-of-any-area-of-the-screen-with-python-gui-program-6320110e99f7\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "this is a description",
    "version": "0.0.7",
    "project_urls": {
        "Download": "https://github.com/zk4/mathsnip/archive/master.zip",
        "Homepage": "https://github.com/zk4/mathsnip"
    },
    "split_keywords": [
        "best",
        "practice",
        "for",
        "python",
        "project"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1eb00746705682196b8a5b3e0334a12c57219832d103bfd55d3794751dde9d68",
                "md5": "6893c88ed030fe80fd0d54511f269acf",
                "sha256": "c79cccfc2a37c2d644db157c1360cfaee02e8991a61ad132e56164bd848369de"
            },
            "downloads": -1,
            "filename": "mathsnip-0.0.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6893c88ed030fe80fd0d54511f269acf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">3.0.0",
            "size": 6134,
            "upload_time": "2023-06-28T17:08:03",
            "upload_time_iso_8601": "2023-06-28T17:08:03.512141Z",
            "url": "https://files.pythonhosted.org/packages/1e/b0/0746705682196b8a5b3e0334a12c57219832d103bfd55d3794751dde9d68/mathsnip-0.0.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 17:08:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zk4",
    "github_project": "mathsnip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "mathsnip"
}
        
zk
Elapsed time: 0.08239s