Answer the question
In order to leave comments, you need to log in
How can I implement this? I have data and I want to turn it into a qr code, how can I make a qr code from a picture?
I implemented the texts, but I don’t know how to make a picture?? Tell me please
import qrcode
from qrcode.image.pure import PymagingImage
img = qrcode.make('Some data here', image_factory=PymagingImage)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question