Skip to content

Instantly share code, notes, and snippets.

@jamestwebber
Last active July 15, 2019 13:39
Show Gist options
  • Save jamestwebber/b6dcafdfa35d5c4784fa3b4fc130b03c to your computer and use it in GitHub Desktop.
Save jamestwebber/b6dcafdfa35d5c4784fa3b4fc130b03c to your computer and use it in GitHub Desktop.
A Jupyter notebook for making qrcodes out of existing images and adding a URL. Fixed to 41x41 (version 6) images. Depends on numpy, scipy, matplotlib, Pillow, and python-qrcode.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jamestwebber
Copy link
Author

Updated this to Python 3 (e.g. changed to // for integer division) and imageio instead of the deprecated scipy version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment