摘要: 1.python-qrcode是个用来生成二维码图片的第三方模块,依赖于 PIL 模块和 qrcode 库。 首先,我们要安装三个模块,qrcode,image,PIL。 pip install qrcode pip install image PIL:Python Imaging Library, 阅读全文
posted @ 2016-05-04 11:37 思凡念真 阅读(14095) 评论(0) 推荐(0)