lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.27k stars 662 forks source link

Generating QR code with multi-line text #274

Closed KrasnayaPloshchad closed 1 year ago

KrasnayaPloshchad commented 2 years ago

Is it possible to add support to make QR code that accept a text break up in multiple lines?

SmileyChris commented 1 year ago

You can do it in python fine, or pipe text with linebreaks to qr. For example from a linux console:

printf "a\nb\nc" | qr