终端生成二维码的pypi软件包---dQR
项目链接:(dQR)[https://github.com/dshowing/dQR]
两种用法:
1,命令行
dQR [your string]
2,程序调用
> pip install dQR
from dQR.dqrcode import QR
img = QR('http://www.sina.com')
print(img.showqr())
终端生成二维码的pypi软件包---dQR
项目链接:(dQR)[https://github.com/dshowing/dQR]
两种用法:
1,命令行
dQR [your string]
2,程序调用
> pip install dQR
from dQR.dqrcode import QR
img = QR('http://www.sina.com')
print(img.showqr())
本文标题:命令行二维码dQR
本文链接:https://www.haomeiwen.com/subject/fkyxcqtx.html
网友评论