命令行二维码dQR
2018-11-29 本文已影响19人
dshowing
终端生成二维码的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())