fleapo / getQRImage

生成二维码图片 代码取自https://github.com/sylnsfar/qrcode ,稍作修改,添加仅获取图片内容而不保存功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getQRImage

生成二维码图片 代码取自https://github.com/sylnsfar/qrcode ,稍作修改,添加仅获取图片内容而不保存功能

import myqr
import os
qr = myqr.run('Hello'*4, content_only = True)

About

生成二维码图片 代码取自https://github.com/sylnsfar/qrcode ,稍作修改,添加仅获取图片内容而不保存功能

License:Apache License 2.0


Languages

Language:Python 100.0%