Posts

Showing posts from April, 2022
Image
  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' )