Giter VIP home page Giter VIP logo

elaphe's Introduction

======
Elaphe
======

Elaphe is a python binding for the Barcode Writer In Pure PostScript
(http://www.terryburton.co.uk/barcodewriter/). It is a thin-wrapper
which employs Python Imaging Library as PostScript rendering interface.

Requirements
============

* Python 2.5 or later (functional decorators, ternary operator, and 
  generator expressions are used).

* If you want to render the generated barcode, Python Imaging Library
  (http://www.pythonware.com/products/pil) is required under the
  condition that EpsImagePlugin is enabled (i.e. at least you must
  have Ghostscript is installed and callable from PIL).

Simple Usage
============

The following example::

  >>> from elaphe import barcode
  >>> barcode('qrcode',
  ...         'Hello Barcode Writer In Pure PostScript.',
  ...         options=dict(version=9, eclevel='M'), 
  ...         margin=10, data_mode='8bits'))   # Generates PIL.EpsImageFile instance
  <PIL.EpsImagePlugin.EpsImageFile instance at ...>
  >>> _.show()            # Show the image

should invoke default viewer which shows a QRcode symbol with 10px margin.

Remember, barcode() returns PIL image object.

elaphe's People

Contributors

whosaysni avatar kiorky avatar

Watchers

Thomas Desvenain avatar Eric BREHAULT avatar Jean-Philippe Camguilhem  avatar regilero avatar James Cloos avatar Frédéric Rodrigo avatar Julien Marinescu avatar Mathieu DARTIGUES avatar Jean-Pierre Oliva avatar  avatar Henri Gauffriau avatar  avatar  avatar Simon Prévidente avatar  avatar Bérengère MATHIEU avatar Marc-Antoine Dupré avatar  avatar

Forkers

joshuajonah

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.