Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romunov/otf-barcode

On-the-fly barcode printing.
https://github.com/romunov/otf-barcode

Last synced: 1 day ago
JSON representation

On-the-fly barcode printing.

Awesome Lists containing this project

README

        

# OTF barcode generator

On-the-fly barcode generator is an infant project that will, hopefully, down the line be capable of displaying various
barcode (currently DataMatrix and QR) and exporting to pdf or printing them using a special printer for labels.

## Dependencies
The program has the following dependencies:

* [PIL](http://www.pythonware.com/products/pil/)
* io (comes installed with Python)
* [qrcode](https://pypi.python.org/pypi/qrcode)
* [huBarcode](https://github.com/hudora/huBarcode)
* [tkinter](https://wiki.python.org/moin/TkInter)