Socket
Socket
Sign inDemoInstall

elaphe

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    elaphe

Generates various barcodes using barcode.ps and PIL/Pillow


Maintainers
1

Readme

====== 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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc