文件名称:libqrencode-cffi:针对libqrencode的快速,强大且不完整的基于Python cffi的绑定
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-10 00:24:57
C
libqrencode:适用于Python的快速QR码编码 针对libqrencode( )的快速,健壮且不完全基于cffi的Python绑定。 兼容Python 2,Python 3和PyPy! 正在安装 $ pip install libqrencode-cffi 例子 >>> import libqrencode as qr >>> qrc = qr.QRCode("Hello, world!") # The raw QR code can be accessed, where each item is a bitfield containing # information about that portion of the code (see DATA_* constants). >>> qrc.get_raw_data() [193, 193, 193, 193, ...
【文件预览】:
libqrencode-cffi-master
----MANIFEST.in(65B)
----README.rst(2KB)
----test()
--------test_libqrencode.py(3KB)
----libqrencode()
--------ffi_build.py(363B)
--------qrencode-3.4.4-noifdefs.h(20KB)
--------__init__.py(5KB)
----tox.ini(105B)
----mkqr(98B)
----setup.py(917B)
----.gitignore(194B)
----Makefile(88B)
----LICENSE.txt(2KB)