利用qrcode生成二維碼

pip install qrcode pip install image ------- 下面是python代碼: #!/usr/bin/env python import qrcode qr = qrcode.QRCode( version = 5, error_correction = qrcode.constants.ERROR_CORRECT_L, box_size=10, border=
相關文章
相關標籤/搜索