Elaphe - Python条形码开发包


BSD
跨平台
Python

软件简介

Elaphe 是 Python 用来生成条形码的开发包。

示例代码:

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

_.show() # Show the image