Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import pyqrcode
- import png
- from pyqrcode import QRCode
- adress = 'https://www.instagram.com/psychobjjathlete/?hl=bg'
- url = pyqrcode.create(adress)
- url.png("instagram.png", scale=8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement