Install the required module:
pip install qrcode
Upon running the script the image is generated in the same directory.
import qrcode
qr = qrcode.make("https://www.jaimedcsilva.com")
qr.save("jaimedcsilva.png")
12 Feb. 2026
|
Last Updated: 12 Feb. 2026
|
jaimedcsilva Related