python-qrcode v7.1 Release Notes

Release Date: 2021-07-01 // almost 5 years ago
    • ➕ Add --ascii parameter to command line interface allowing to output ascii when stdout is piped

    • ➕ Add --output parameter to command line interface to specify output file

    • Accept RGB tuples in fill_color and back_color

    • ➕ Add to_string method to SVG images

    • 💅 Replace inline styles with SVG attributes to avoid CSP issues

    • ➕ Add Python3.10 to supported versions