Skip to content

Instantly share code, notes, and snippets.

@Hellowlol
Created November 15, 2016 19:26
Show Gist options
  • Save Hellowlol/6e73149cacdfa722c19f1219d6652a71 to your computer and use it in GitHub Desktop.
Save Hellowlol/6e73149cacdfa722c19f1219d6652a71 to your computer and use it in GitHub Desktop.
something
# pip instaal pyqrcode
# pip install pypng
import pyqrcode
url = pyqrcode.create('http://plexpy.rocks')
loads_of_info = pyqrcode.create('I::LIKE::BIG::BUTTS::AND::I::CANT::LIE')
url.png('url.png')
loads_of_info.png('info.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment