qrcode generator using python for windows

前端 未结 5 1686
时光取名叫无心
时光取名叫无心 2021-02-06 15:58

I am looking for qrcode generator for python window version. Can anyone help me to find out.

I didn\'t get anywhere.

Please help me.

Thanks, manu

5条回答
  •  醉梦人生
    2021-02-06 16:34

    either you have to

    1. Compile it yourself; or
    2. if you only need to generate the codes (i.e. encoding but no decoding), use pyqrencode that you can get from PyPi (e.g. pip install pyqrencode)

    If you don't have pip, I suggest you start by installing setuptools and then use easy_install to install pip (of course, you can cut corners by just doing an easy_install pyqrencode

提交回复
热议问题