qr_monkey
An API Client for qrcode-monkey API that integrates custom and unique looking QR codes into your system or workflow.
Installation
$ pip install qr_monkey
Usage
1. Import qr_monkey
After installing the package, import it into your project.
import qr_monkey
2. Create base_url
Use the provided custom function to create a custom QR code with the specified parameters:
base_url = "specify the url you want to link to the QR code"
3. Set parameters
You can set these according to the 'QRCode-Monkey website'
For example:
params = { "data": base_url, "config": { "body": "circle", }, "size": 300, "download": False, "file": "png" }
4. Create custom QR code
qr_monkey.custom(base_url,params)
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
qr_monkey was created by Vansh Murad Kalia. It is licensed under the terms of the MIT license.
Credits
qr_monkey was created with cookiecutter and the py-pkgs-cookiecutter template.
Release files for qr_monkey 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qr_monkey-0.1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qr_monkey-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / qr_monkey-0.1.0.tar.gz
| Download URL | qr_monkey-0.1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ca4f0298679973771e28caeb2d9b2f7588d7b44dadc948fa2b5fb0fbf4548e7
|
|
BLAKE2b-256 checksum How to use checksums |
61f716dd1a5d42f1ef57a648a3118fb1ed758f13d7565af4ead1d8f339f08997
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.12.0 Darwin/21.6.0
|
Release files / qr_monkey-0.1.0-py3-none-any.whl
| Download URL | qr_monkey-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ebfd599781bdf3bbf75560a54668b26b00a7a8494ad46c64c038012c3bd51948
|
|
BLAKE2b-256 checksum How to use checksums |
a5c9e17770d096ca1d52160b2f5ab8271a77a62d9c13fb157a4a941de8f0c7cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.12.0 Darwin/21.6.0
|