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

Generate image in memory without need to save it to disk #75

Closed Endogen closed 3 years ago

Endogen commented 3 years ago

I'd like to send qr-codes over Telegram messenger without the need to first save them and then reading them again. Is that possible?

Endogen commented 3 years ago

Got it working with the segno module