QR code printing



import pyqrcode
url=pyqrcode.create("https://www.bing.com/")
url.svg("uca-url.svg",scale=8)
print(url.terminal(quiet_zone=1))