How to create a QRCODE GENERATE BY PYTHON PROGRAMM
FIRST INSTALL VSCODE MODULE PYQRCODE
SECOND PAGE CREATE QRG. PY
THIRD TYPE THIS CODE
import Pyqrcode
From pyqrcode import qrcode
#Comment string which represent the Qrcode #
S="https//www.youtube.com"
Url=Pyqrcode.create(s)
#generate qrcode
URL. Svg("myyoutube. Svg",scale=8)
#create and save the png file naming "myqr.png"
Comments
Post a Comment