Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  import qrcode
  with open(__file__) as f:
      img = qrcode.make(f.read())
      img.show()
Could be improved upon, but works as an example :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: