Posts

Showing posts from February, 2023

QR code with python

pip install qrcode import qrcode img = qrcode.make("https://www.yahoo.com") img.save("name.jpg")