x-hw / amazing-qr

💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)
GNU General Public License v3.0
10.3k stars 1.55k forks source link

Cannot give multi line input? #74

Open phantom2152 opened 3 years ago

phantom2152 commented 3 years ago

Hey I wanted Qr code for my address but the module does not seems to support multiline text or text with \n in it

error

skjiisa commented 3 years ago

It doesn't seem to be getting updates, but this should be an easy fix if you fork the repo. In my fork I simply added " to the supported characters list and it worked just fine. I would imagine you could do the same with \n. My fork also reads the input from a file instead of as an argument, so you might not want to use it, but you can see than changes.

InLaw commented 2 years ago

Is there the plan to allow for line breaks in this package as well or should work be continued in forks?