How to generate QR Code to image using python qrcode library?

前端 未结 0 1096
北恋
北恋 2020-12-29 11:22

I want to make a QR Code to image with text.

This code works and leads only to text:

import qrcode

input_data = "Name\\n\\n"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题