![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": null,
"name": "qpyr",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "qr, qrcode, qrcode-generator, qr-code",
"author": "Sabi",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/98/b8/8da3119f03b68dd45e6a6a097efdf454566e9ff8491b03068a91fbe48d58/qpyr-0.1.19.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.19",
"project_urls": {
"Source": "https://github.com/sabih-h/qpyr"
},
"split_keywords": [
"qr",
" qrcode",
" qrcode-generator",
" qr-code"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1006ad7b2522e640fd2c1662e58cfedccdeefb35e697cab9c7c4db9bcedcc771",
"md5": "a650a96c6ff689e21155b06067e1a363",
"sha256": "857dfe905275f1282d4394db76233bfdaeb80e3bb7d33aec7b5f174734037d61"
},
"downloads": -1,
"filename": "qpyr-0.1.19-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a650a96c6ff689e21155b06067e1a363",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 16492,
"upload_time": "2024-05-24T08:25:45",
"upload_time_iso_8601": "2024-05-24T08:25:45.323308Z",
"url": "https://files.pythonhosted.org/packages/10/06/ad7b2522e640fd2c1662e58cfedccdeefb35e697cab9c7c4db9bcedcc771/qpyr-0.1.19-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "98b88da3119f03b68dd45e6a6a097efdf454566e9ff8491b03068a91fbe48d58",
"md5": "7c78aced406dbb571c99427829977973",
"sha256": "7f187e14642ee0135e7014aad7ce2ee0bb637c8d585559fcf5418672244ef8c7"
},
"downloads": -1,
"filename": "qpyr-0.1.19.tar.gz",
"has_sig": false,
"md5_digest": "7c78aced406dbb571c99427829977973",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 14330,
"upload_time": "2024-05-24T08:25:47",
"upload_time_iso_8601": "2024-05-24T08:25:47.247071Z",
"url": "https://files.pythonhosted.org/packages/98/b8/8da3119f03b68dd45e6a6a097efdf454566e9ff8491b03068a91fbe48d58/qpyr-0.1.19.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-24 08:25:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sabih-h",
"github_project": "qpyr",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "Pillow",
"specs": [
[
"==",
"10.0.0"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.26.2"
]
]
}
],
"lcname": "qpyr"
}