nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
https://www.nayuki.io/page/qr-code-generator-library
5.33k stars 1.12k forks source link

print_qr() function is missing from qrcodegen.py #163

Closed joeybcrab closed 2 years ago

joeybcrab commented 2 years ago

the print_qr() function is missing from qrcodegen.py

It was easy enough to grab it from the demo file, but jusy fyi :) Thank you for the beautiful code!

nayuki commented 2 years ago

The omission is intentional. I don't want to endorse any particular way to turn a QR Code into an image - whether it's exporting a bitmap file, an SVG string, printing to console, etc.