Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/romunov/otf-barcode
- Owner: romunov
- Created: 2015-06-11T12:31:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T13:34:39.000Z (over 9 years ago)
- Last Synced: 2023-03-22T12:37:17.629Z (over 1 year ago)
- Language: Python
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)