QR code with python Get link Facebook X Pinterest Email Other Apps February 19, 2023 pip install qrcode import qrcode img = qrcode.make("https://www.yahoo.com") img.save("name.jpg") Read more