python-qrcode v7.1 Release Notes

Release Date: 2021-07-01 // almost 3 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