Mutasi QRIS OrderKuota Client
Project description
autoft-orkut
Mutasi QRIS OrderKuota Client untuk Python
Instalasi
pip install autoft-orkut
# Dengan fitur generate QR image
pip install autoft-orkut[imaging]
Penggunaan
Cek Mutasi
from autoft_orkut import MutasiClient
client = MutasiClient("username", "userId:token")
result = client.get_mutasi()
print(result.to_json())
Generate QRIS Dinamis
from autoft_orkut import QRIS
qris_statis = "00020101021126670016COM.NOBUBANK.WWW..."
# Convert ke dinamis dengan nominal
qris_dinamis = QRIS.convert(qris_statis, 15000)
# Convert dengan kode unik random
result = QRIS.convert_unique(qris_statis, 15000)
print(f"QRIS: {result.qris}")
print(f"Kode Unik: {result.unique_code}")
print(f"Total: {result.total_amount}")
Generate QR Image
from autoft_orkut import QRIS
qris = QRIS(base_qr_string="00020101021126670016COM.NOBUBANK.WWW...")
image_bytes = qris.generate_dynamic_qr_image(15000)
with open("qris.png", "wb") as f:
f.write(image_bytes)
License
MIT
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
autoft_orkut-0.0.2-py3-none-any.whl
(807.4 kB
view details)
File details
Details for the file autoft_orkut-0.0.2-py3-none-any.whl.
File metadata
- Download URL: autoft_orkut-0.0.2-py3-none-any.whl
- Upload date:
- Size: 807.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2b68e3b52573cd8e59b21fdb738c9f5a077792e01ffa823a5c07b67fd8bd932
|
|
| MD5 |
502e732adff771b48150728bc0011e77
|
|
| BLAKE2b-256 |
7df9667d143aba46a056629258a5c2522b9c5fe110fe9323fafc8d56571e5368
|