/libqrencode-ctypes

Python ctypes Libzbar wrapper.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

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>.