python使用第三方库MyQR实现生成

使用python第三方库:MyQR GitHub地址: https://github.com/sylnsfar/qrcode 步骤: 1.安装myqr pip install MyQR 1.2 准备需要的图片 1.3 代码 from MyQR import myqr myqr.run( words=‘https://www.baidu.com/’ ) myqr.run() 函数里面的参数: 1.4
相关文章
相关标签/搜索