摘要: 借助第三方库qrcode实现。 二维码图片生成借助pillow qrcode的安装 在命令行中输入 pip install qrcode[pil] 用法: 1、在命令行中输入 qr "Some text" > test.png 2、在python中输入 import qrcode img = qrc 阅读全文
posted @ 2020-02-11 23:40 yesterz 阅读(320) 评论(0) 推荐(0)