Biblioteca Python para gerar códigos Pix rapidamente
Project description
QR PIX GENERATOR
QRPIX GENERATOR é uma biblioteca Python projetada para simplificar a geração de QR Codes para pagamentos via Pix. Ela permite criar rapidamente códigos Pix personalizados
Principais Caracteristicas
- Geração automática de payloads Pix válidos.
- Suporte a qualquer tipo de chave Pix (CPF, CNPJ, e-mail ou telefone).
- Geração de Payload Pix: cria um payload no formato QRCP-S, conforme especificações do sistema Pix.
- Geração do Pix Copia e Cola: cria a linha digitável a partir do payload gerado, o codigo do Pix Copia e Cola é mostrado no saida.
- Leve, independente e fácil de integrar a projetos Python existentes.
Instalação
Instale a versão mais recente diretamente do PyPI usando pip:
pip install qrpix
Uso básico
from payload import Payload
payload = Payload(
nome="Maria José",
chavepix="+5584994226558",
valor="0.00",
cidade="BRASIL",
txtId="TesteQRPIX"
)
codigo_pix = payload.gerarPayload()
print("Pix Copia e Cola:", codigo_pix)
Referência
Tecnologias Utilizadas
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
qrpix-1.0.1.tar.gz
(4.4 kB
view details)
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
qrpix-1.0.1-py3-none-any.whl
(4.7 kB
view details)
File details
Details for the file qrpix-1.0.1.tar.gz.
File metadata
- Download URL: qrpix-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86db2e36abf4bffaa05037cd4970b675579eaaf092f9c8e2fd085286097852e1
|
|
| MD5 |
879661a1d01426725a376e7411cd7859
|
|
| BLAKE2b-256 |
cf8c05b1870eb2b12f04dcf1d33ec18637907ab2bc74c7e86bba45aa6129892b
|
File details
Details for the file qrpix-1.0.1-py3-none-any.whl.
File metadata
- Download URL: qrpix-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3a517846854af48d0d8d26c36b96ce13dc36cad02eef5cf64215107bb2cf622
|
|
| MD5 |
228c4a360b9f73e63c2e1cbb353b6461
|
|
| BLAKE2b-256 |
2ca3553194b50e79617a8b464ca79a1f45039778aa2475ef419c359a49a6fd47
|