qpyr


Nameqpyr JSON
Version 0.1.18 PyPI version JSON
download
home_page
SummaryCreate QR Codes.
upload_time2023-12-14 10:14:28
maintainer
docs_urlNone
authorSabi
requires_python>=3.9,<4.0
licenseApache-2.0
keywords qr qrcode qrcode-generator qr-code
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![PyPI - Downloads](https://img.shields.io/pypi/dm/qpyr)
[![PyPI Latest Release](https://img.shields.io/pypi/v/qpyr)](https://pypi.org/project/qpyr/)
![PyPI - License](https://img.shields.io/pypi/l/qpyr)
[![codecov](https://codecov.io/gh/sabih-h/qpyr/graph/badge.svg?token=YLOSBSXWJJ)](https://codecov.io/gh/sabih-h/qpyr)


# QPYR - QR Code Generation in Python
Python package designed for creating QR codes with support for all QR code versions from 1 to 40. Designed for developers looking for a simple way to integrate QR code generation into their Python applications 🚀🚀🚀.


## Basic usage
To use the package, import and call the `main` function as follows:

```python
# Save qrcode as image
import qpyr
qpyr.main("google.com", filepath="qr1.png")
```

```python
# Show qrcode as image
import qpyr
qpyr.main("google.com", show_image=True)
```

<img src="https://raw.githubusercontent.com/sabih-h/qpyr/cbeb109d266dea0e1052ab5fa720c4a2edbf1983/docs/static/qrcode-example.png" alt="QR Code" width="200" height="200"/>


## Contributing
Contributions are warmly welcomed! Whether you're tackling a bug, adding a new feature, or improving documentation, your input is invaluable in making this library better.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "qpyr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "qr,qrcode,qrcode-generator,qr-code",
    "author": "Sabi",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/46/05/14dbc203557da2f640dfb84a6315437f77962d2033ed026fd1f43c3d5313/qpyr-0.1.18.tar.gz",
    "platform": null,
    "description": "![PyPI - Downloads](https://img.shields.io/pypi/dm/qpyr)\n[![PyPI Latest Release](https://img.shields.io/pypi/v/qpyr)](https://pypi.org/project/qpyr/)\n![PyPI - License](https://img.shields.io/pypi/l/qpyr)\n[![codecov](https://codecov.io/gh/sabih-h/qpyr/graph/badge.svg?token=YLOSBSXWJJ)](https://codecov.io/gh/sabih-h/qpyr)\n\n\n# QPYR - QR Code Generation in Python\nPython package designed for creating QR codes with support for all QR code versions from 1 to 40. Designed for developers looking for a simple way to integrate QR code generation into their Python applications \ud83d\ude80\ud83d\ude80\ud83d\ude80.\n\n\n## Basic usage\nTo use the package, import and call the `main` function as follows:\n\n```python\n# Save qrcode as image\nimport qpyr\nqpyr.main(\"google.com\", filepath=\"qr1.png\")\n```\n\n```python\n# Show qrcode as image\nimport qpyr\nqpyr.main(\"google.com\", show_image=True)\n```\n\n<img src=\"https://raw.githubusercontent.com/sabih-h/qpyr/cbeb109d266dea0e1052ab5fa720c4a2edbf1983/docs/static/qrcode-example.png\" alt=\"QR Code\" width=\"200\" height=\"200\"/>\n\n\n## Contributing\nContributions are warmly welcomed! Whether you're tackling a bug, adding a new feature, or improving documentation, your input is invaluable in making this library better.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Create QR Codes.",
    "version": "0.1.18",
    "project_urls": {
        "Documentation": "https://sabih-h.github.io/qpyr/",
        "Source": "https://github.com/sabih-h/qpyr"
    },
    "split_keywords": [
        "qr",
        "qrcode",
        "qrcode-generator",
        "qr-code"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d631b4be1a1922073ab5c459d2c7dfb1ff3708348bb86fbd3d734235a5f14ae",
                "md5": "e5e4f5d4d6070244c1f2b294deaba39f",
                "sha256": "677e3424aea704fffb6379ad91510d603541f8a359b887f5f72ec32bcb64e16c"
            },
            "downloads": -1,
            "filename": "qpyr-0.1.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5e4f5d4d6070244c1f2b294deaba39f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 16507,
            "upload_time": "2023-12-14T10:14:26",
            "upload_time_iso_8601": "2023-12-14T10:14:26.264016Z",
            "url": "https://files.pythonhosted.org/packages/7d/63/1b4be1a1922073ab5c459d2c7dfb1ff3708348bb86fbd3d734235a5f14ae/qpyr-0.1.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "460514dbc203557da2f640dfb84a6315437f77962d2033ed026fd1f43c3d5313",
                "md5": "4fb234e7c8120c4da233f4d0365cccf1",
                "sha256": "713866a56bca80ca141e2d30820f85757338a4d30f44529faf15c2ff6b6afdba"
            },
            "downloads": -1,
            "filename": "qpyr-0.1.18.tar.gz",
            "has_sig": false,
            "md5_digest": "4fb234e7c8120c4da233f4d0365cccf1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 14350,
            "upload_time": "2023-12-14T10:14:28",
            "upload_time_iso_8601": "2023-12-14T10:14:28.117708Z",
            "url": "https://files.pythonhosted.org/packages/46/05/14dbc203557da2f640dfb84a6315437f77962d2033ed026fd1f43c3d5313/qpyr-0.1.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 10:14:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sabih-h",
    "github_project": "qpyr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "qpyr"
}
        
Elapsed time: 0.16492s