python-qrcode v4.0 Release Notes

Release Date: 2013-09-04 // over 10 years ago
    • Made qrcode work on Python 2.4 - Thanks tcely. Note: officially, qrcode only supports 2.5+.

    • 👌 Support pure-python PNG generation (via pymaging) for Python 2.6+ -- thanks Adam Wisniewski!

    • 0️⃣ SVG image generation now supports alternate sizing (the default box size of 10 == 1mm per rectangle).

    • SVG path image generation allows cleaner SVG output by combining all QR rects into a single path. Thank you, Viktor Stískala.

    • ➕ Added some extra simple SVG factories that fill the background white.