Generate UPI QR codes with specified amounts
Project description
UPI QR Generator
Python package to generate UPI payment QR codes with specified amounts.
Installation
pip install omkarbhosale-upi-qr
Usage
from upi_qr import omkarbhosale_upi_qr
# Basic usage
qr_image = omkarbhosale_upi_qr(
upi_id="omkarb@example",
amount=500.75
)
# With error handling
try:
qr_data = omkarbhosale_upi_qr("test@upi", 50)
print(f"QR Code: {qr_data[:50]}...") # Show partial output
except ValueError as e:
print(f"Error: {e}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omkarbhosale_upi_qr-1.1.0.tar.gz.
File metadata
- Download URL: omkarbhosale_upi_qr-1.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11c5c4c56a383c1caa9aa453496cab761b825a78e226e4bbf0579d0da4de7256
|
|
| MD5 |
a12adad8caf38ab4a5758348289bca69
|
|
| BLAKE2b-256 |
3eee094658ce17fa4b3d10b9fdbbf0936b9cf5d1b01eb91c3905db95522e3a06
|
File details
Details for the file omkarbhosale_upi_qr-1.1.0-py3-none-any.whl.
File metadata
- Download URL: omkarbhosale_upi_qr-1.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28173a0caee6315f9443f0782ab1d6f97a732914ab7c4378c4284a4955a1179a
|
|
| MD5 |
874193e707080239402cb3650ea77117
|
|
| BLAKE2b-256 |
86f75d226d8e81ddb22c3e4e9d9b2e3b928f67d07c49466deabd86dfdc5130a8
|