Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pyqrcode
- import png
- from pyqrcode import QRCode
- address='addres'
- url = pyqrcode.create(address)
- url.png('image.png', scale=7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement