nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

Home Page:https://www.nayuki.io/page/qr-code-generator-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

print_qr() function is missing from qrcodegen.py

joeybcrab opened this issue · comments

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!

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.