Created
November 15, 2016 19:26
-
-
Save Hellowlol/6e73149cacdfa722c19f1219d6652a71 to your computer and use it in GitHub Desktop.
something
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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