Last active
July 15, 2019 13:39
-
-
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated this to Python 3 (e.g. changed to
//
for integer division) andimageio
instead of the deprecatedscipy
version.