Name | qrpy JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | Encode and Decode basic QR codes |
upload_time | 2023-11-19 00:20:59 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT |
keywords |
qr
qrcode
encode
decode
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# qrpy
<p align="center">
<img width="150" height="150" alt="A QR code"
src="https://raw.githubusercontent.com/bradenhilton/qrpy/main/.assets/QR.png">
</p>
qrpy is a simple command-line program capable of encoding and decoding basic QR codes.
## Installation
```console
pip install qrpy
```
Note: You may need to additionally install zbar, as outlined in the
[installation steps](https://github.com/NaturalHistoryMuseum/pyzbar/tree/master#installation)
for pyzbar.
## Examples
```console
❯ qrpy encode --input "Hello world" --output "hello.png"
```
```console
❯ qrpy decode --input "hello.png"
Hello world
```
Omitting `--output` when encoding will print the QR code to the console.
Raw data
{
"_id": null,
"home_page": "",
"name": "qrpy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "qr,qrcode,encode,decode",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/82/40/9ed28c5cf3c97a27694c5c600cc1759a70226139164f22e5732083d21aad/qrpy-0.1.0.tar.gz",
"platform": null,
"description": "# qrpy\r\n\r\n<p align=\"center\">\r\n <img width=\"150\" height=\"150\" alt=\"A QR code\"\r\n src=\"https://raw.githubusercontent.com/bradenhilton/qrpy/main/.assets/QR.png\">\r\n</p>\r\n\r\nqrpy is a simple command-line program capable of encoding and decoding basic QR codes.\r\n\r\n## Installation\r\n\r\n```console\r\npip install qrpy\r\n```\r\n\r\nNote: You may need to additionally install zbar, as outlined in the\r\n[installation steps](https://github.com/NaturalHistoryMuseum/pyzbar/tree/master#installation)\r\nfor pyzbar.\r\n\r\n## Examples\r\n\r\n```console\r\n\u276f qrpy encode --input \"Hello world\" --output \"hello.png\"\r\n```\r\n\r\n```console\r\n\u276f qrpy decode --input \"hello.png\"\r\nHello world\r\n```\r\n\r\nOmitting `--output` when encoding will print the QR code to the console.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Encode and Decode basic QR codes",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/bradenhilton/qrpy",
"Repository": "https://github.com/bradenhilton/qrpy"
},
"split_keywords": [
"qr",
"qrcode",
"encode",
"decode"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fcd4fde428446bbdb373ef8e3ad8b9bc928eef864a96515c9eb8139c41d93079",
"md5": "e0e38ac5393cf3dc038cb86381fec21b",
"sha256": "68714ad2471140023ce2b053a2aee2f24c1053fe2ce95982abcaf708a842b9ed"
},
"downloads": -1,
"filename": "qrpy-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e0e38ac5393cf3dc038cb86381fec21b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4538,
"upload_time": "2023-11-19T00:20:58",
"upload_time_iso_8601": "2023-11-19T00:20:58.073917Z",
"url": "https://files.pythonhosted.org/packages/fc/d4/fde428446bbdb373ef8e3ad8b9bc928eef864a96515c9eb8139c41d93079/qrpy-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82409ed28c5cf3c97a27694c5c600cc1759a70226139164f22e5732083d21aad",
"md5": "27b3e5cb0b2be92cc999fed38f2ebf0c",
"sha256": "dafedcb9665c1d804f9f4705000fa23a6b1d099faf0bc75287c11394e30b4654"
},
"downloads": -1,
"filename": "qrpy-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "27b3e5cb0b2be92cc999fed38f2ebf0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3974,
"upload_time": "2023-11-19T00:20:59",
"upload_time_iso_8601": "2023-11-19T00:20:59.276549Z",
"url": "https://files.pythonhosted.org/packages/82/40/9ed28c5cf3c97a27694c5c600cc1759a70226139164f22e5732083d21aad/qrpy-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-19 00:20:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bradenhilton",
"github_project": "qrpy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "qrpy"
}