Mercurial > hg > zebra
view README @ 14:e6ea86e3d0e1
Fixed typo
author | Ben Croston <ben@fuzzyduckbrewery.co.uk> |
---|---|
date | Mon, 15 Aug 2011 18:13:02 +0100 |
parents | 6a1963ee4aff |
children | 3cad40fda053 |
line wrap: on
line source
============ Zebra-0.0.2a ============ Note: - Mac OSX may already be supported but has not been tested Usage: :: from zebra import zebra z = zebra( [printerqueue] ) - Constructor with optional printerqueue z.getqueues() - Return a list containing a list of printer queues z.setqueue( printerqueue ) - Set the printer queue z.setup(direct_thermal=None, label_height=None, label_width=None) - Set up the printer z.store_graphic(name, filename) - Store a graphics .PCX file on printer z.output(commands) - Output EPL2 commands to the printer