SCAN NOW
QR Code Generator to make your own QR Codes using Python
Open New Terminal in Python install QRcode
pip install qrcode
import qrcode # Paste your own link 👇
img=qrcode.make('https://www.facebook.com/irprogrammingpage/')
img.save('qrcode.png')
Comments
Post a Comment
If you have any query please comment below