I needed to generate a lot of sequential QR codes for work.
After a little searching I found a Python module that generates QR codes so all I had to do was work out a small python script to generate each code and save the image.
https://www.roots.uk/qr/001 as 001.png
https://www.roots.uk/qr/002 as 002.png
and so on. Having done this, I’ve shared the script on github
I will be using the codes as signs around our showroom and redirecting the code to particular web pages which will change over time. I could also see the script being useful if you wanted to generate serial numbers as QR codes. I’m also sure someone else has already done this and shared it, but I didn’t have any luck finding those solutions so made my own.
Leave a Reply