8000 GitHub - poonlap/pypromptpay: QR Code PromptPay in Python 3.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

poonlap/pypromptpay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypromptpay

Build Status

QR Code PromptPay in Python 3.

Install

pip install pypromptpay

Using

from pypromptpay import qr_code
qr_code(account,one_time=True,path_qr_code="",country="TH",money="",currency="THB")
  • account is phone number or identification number.
  • one_time : if you use once than it's True.
  • path_qr_code : path save file qr code image.
  • country : TH
  • money : money (if have)
  • currency : THB

return True (if have path_qr_code) or text (if haven't path_qr_code)

License

Apache Software License 2.0

Develop

Wannaphong Phatthiyaphaibun (wannaphong@kkumail.com)

Reference

แนวนโยบายการใช้มาตรฐาน Thai QR Code ในธุรกรรมการชำระเงิน

About

QR Code PromptPay in Python 3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0