Mercurial > hg > zebra
view README @ 6:d3c5d7c62f57
Update README
author | Ben Croston <ben@fuzzyduckbrewery.co.uk> |
---|---|
date | Fri, 12 Aug 2011 22:02:09 +0100 |
parents | ad9d9bf61243 |
children | 19fd067db7ca |
line wrap: on
line source
============ Zebra-0.0.1a ============ Note: - Windows support is not yet available but is currently being developed. - Mac OSX may already be supported but has not been tested Usage: :: 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