Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to create qrcode in python

import qrcode
img=qrcode.make("message")
img.save("pic.png")    //save the qrcode photo as pic.png
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #create #qrcode #python
ADD COMMENT
Topic
Name
8+5 =