read.py 196 B

12345678910
  1. from qr import QR
  2. qr = QR()
  3. """
  4. with open("file.jpg", "rb") as f :
  5. bts = f.read()
  6. """
  7. content = qr.read_by_url("https://www.prepressure.com/images/qr-code-no-other-info.jpg")
  8. print(content)