With Python, you can generate a QR code with just three lines of code and get it saved on your PC for use.
import qrcode
img = qrcode.make("Wulfi")
img.save("img.jpg")
With Python, you can generate a QR code with just three lines of code and get it saved on your PC for use.
import qrcode
img = qrcode.make("Wulfi")
img.save("img.jpg")
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
MD ARIFUL HAQUE -
Brian Morrison II -
Choon-Siang Lai -
Top comments (0)