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
James -
Hi|\/|Raj -
Athreya aka Maneshwar -
Henrique Vital -
Top comments (0)