Home
About
Contact
Privacy Policy
Home
About
Contact
Privacy Policy
code with zaheer
python
to convert text into qrcode
to convert text into qrcode
import
qrcode
inputtext =
"this is a text"
qrimg = qrcode.make(inputtext)
qrimg.save(
"filename.png"
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
python syllabus
A Deep Dive into Angular modules
Guide to testing your local website on mobile devices: Simple steps for developers
No comments:
Post a Comment