利用Python生成彩色趣味二维码

版权声明:若需要转载,请标明原文地址。 https://blog.csdn.net/qq_41903671/article/details/82823800

欢迎大家访问我的个人站点:http://www.minghaohao.cn

图片存放路径要与程序位于同一目录下。

from MyQR import myqr
myqr.run(
    words = "http://www.minghaohao.cn",
    picture = "01.jpg",
    colorized = True
    )

猜你喜欢

转载自blog.csdn.net/qq_41903671/article/details/82823800