Advertisement
ydpetkov

qr_code

Jan 25th, 2023 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. import pyqrcode
  2. import png
  3.  
  4. from pyqrcode import QRCode
  5.  
  6. adress = 'https://www.instagram.com/psychobjjathlete/?hl=bg'
  7. url = pyqrcode.create(adress)
  8. url.png("instagram.png", scale=8)
  9.  
Tags: qr_code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement