Advertisement
Nenogzar

Untitled

Oct 15th, 2023
879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. import pyqrcode
  2. import png
  3.  
  4. from pyqrcode import QRCode
  5. address='addres'
  6. url = pyqrcode.create(address)
  7. url.png('image.png', scale=7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement