Skip to content

Instantly share code, notes, and snippets.

@jamestwebber
Last active July 15, 2019 13:39
Embed
What would you like to do?
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.
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