Generates various barcodes using barcode.ps and PIL/Pillow
Project description
Elaphe is a python binding of Barcode Writer In Pure PostScript (http://www.terryburton.co.uk/barcodewriter/).
Requirements
Python 2.7. Does not work on Python 3.
GhostScript on your system
Simple Usage
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 ... at ...> >>> _.show() # Show rendered bitmap
will invoke image viewer on your system, showing a QRcode symbol with 10px margin. barcode() returns PIL image object.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
elaphe-0.6.0.tar.gz
(208.4 kB
view hashes)
Built Distribution
elaphe-0.6.0-py2.7.egg
(298.4 kB
view hashes)