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
Arindam Majumder -
pawan deore -
LinhLinh -
MD ARIFUL HAQUE -
Top comments (0)