Thanks to visit codestin.com
Credit goes to github.com

Skip to content

qingzen/QRIS-Static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRIS Static Checker

Web tools untuk mengecek & mem-parse QRIS statis (EMVCo TLV).
Fitur:

  • Upload gambar QR atau paste string EMV.
  • Parsing TLV (tag-length-value) otomatis.
  • Validasi CRC-16/CCITT (tag 63).
  • Ringkasan field penting QRIS.

Quick Start (Local)

python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python app.py

Buka: http://localhost:5000

Deploy (contoh Render/Railway/Heroku)

TODO (Vercel)

  • Gunakan Procfile dan gunicorn:
web: gunicorn app:app --bind 0.0.0.0:$PORT

Pastikan env var PORT disediakan oleh platform.

Catatan

  • Decoder gambar menggunakan OpenCV (QRCodeDetector), tanpa dependensi native zbar.
  • Parser EMV sederhana tapi mencakup kebutuhan umum QRIS.
  • Gunakan secara bertanggung jawab sesuai regulasi BI/ASPI.

About

QRIS to Static

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published