How to generate your own QR code using Python :-

 source code :(This code has been written in  pycharm editor )

import qrcode as qr

img=qr.make("https://www.youtube.com/channel/UC2QqH7o8Cw_VJ9AY0Pz7LOg")

img.save("my qr code.png")


output:(QR code ):



Comments

Popular posts from this blog

Draw Messi sketch using python :-

create spotify logo in python -