Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 777 Bytes

File metadata and controls

36 lines (23 loc) · 777 Bytes

libqrencode-ctypes

This is libqrencode python ctypes bindings, it only support python3. if you wants a python2 library, please use https://github.com/mubeta06/python/libqrencode_ctypes_bindings .

This project forks from https://github.com/mubeta06/python , only accept libqrencode-ctypes feature, and translate it to python3.

Usage

  • Install
    • install libqrencode:

      sudo apt-get install libqrencode-dev
      
    • install libqrencode-ctypes:

      pip3 install libqrencode-ctypes
      
  • test
    • test under ubuntu 15.04.
    • test on hardware firefly.
    • test on hardware rasyberry pi.

Document

Please refer to documentation here http://mubeta06.github.io/python/libqrencode/ .

Contact

zaazbb <zaazbb@163.com>.