qrcode
Sat Jun 01 2024 04:02:04 GMT+0000 (Coordinated Universal Time)
Saved by
@dsce
import qrcode
# generating a QR code using the make() function
qr_img = qrcode.make("https://stupendous-cheesecake-5c5aa3.netlify.app")
# saving the image file
qr_img.save("qr-img.jpg")
content_copyCOPY
Comments