Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

bitly/pyqrencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 Commits

Repository files navigation

Python bindings for libqrencode (http://fukuchi.org/works/qrencode/index.en.html) using Cython
Credit and inspiration to:
 - http://pyqrcode.sourceforge.net/
 (this is essentially a cleaned up version of the Encoder, eliminating all the Java dependencies)
 
 - libqrencode, by Fukuchi Kentaro
 http://megaui.net/fukuchi/works/qrencode/index.en.html
 - PyQrCodec, by Stefano Pedemonte
 http://www.pedemonte.eu/pyqr/index.py/pyqrhome
Tested on:
 * Mac OSX 10.6.4 Snow Leopard, Python 2.6.1 (64-bit)
 * CentOS 5.5, Python 2.6.4 (64-bit)
 * Ubuntu Precise Pangolin 10.12, Python 2.7.3 (64-bit) (depends on package libqrencode-dev)
Pre-requisites on all platforms:
--------------------------------
 * you need libqrencode somewhere in your LD path (/usr/local/lib)
 * you need qrencode.h somewhere on your include path (/usr/local/include)
 
 ** if you want to play with the code generation you need Cython (tested with 0.13)
 $ easy_install cython
 $ cython qrencode.pyx
Installation
------------
$ python setup.py install

About

python bindings for libqrencode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /