Skip to content

Instantly share code, notes, and snippets.

@orian
Last active July 11, 2020 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orian/5bc9dcc1cb59de663bfc3b4ed8721199 to your computer and use it in GitHub Desktop.
Save orian/5bc9dcc1cb59de663bfc3b4ed8721199 to your computer and use it in GitHub Desktop.
# pip install pyqrcode
# pip install pypng
import pyqrcode
for i in range(1000,1500):
number = pyqrcode.create(i)
number.png('dest/{}.png'.format(destdir,i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment