New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elaphe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elaphe

Generates various barcodes using barcode.ps and PIL/Pillow

0.6.0
PyPI
Maintainers
1

====== Elaphe

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.

Keywords

barcode convert postscript image graphics

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts