mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
410 stars 76 forks source link

Finding the settings for a given QR Code? #67

Open v2thegreat opened 5 years ago

v2thegreat commented 5 years ago

This is going to be a bit of a dozy, but what if we needed to find the embedded settings for a QR code?

For example, if I wanted to replicate QR codes based on some settings where I know what the code returns?

For example, the given qr code returns 2468 as the embedid code.

screenshot 47

Is there anyway I can find out what settings were used to make it so that I can replicate them?

Thanks!