Python library for bar code generation.
Project description
# steenzout.barcode
[](https://pypi.python.org/pypi/steenzout.barcode/)
[](https://travis-ci.org/steenzout/python-barcode)
[](https://landscape.io/github/steenzout/python-barcode/master)
[](https://coveralls.io/r/steenzout/python-barcode)
[](https://requires.io/github/steenzout/python-barcode/requirements/?branch=master)
[](http://python-steenzout-barcode.readthedocs.io/en/latest/?badge=latest)
[][license]
[](https://www.openhub.net/p/python-steenzout-barcode/)
This repository is a fork of:
- [viivakoodi][viivakoodi]
- [pyBarcode][pyBarcode]
This library provides the ability to create bar codes.
The bar codes are created as SVG objects.
## Installation
```
pybarcode{2,3} create "My Text" outfile
New barcode saved as outfile.svg.
$ pybarcode{2,3} create -t png "My Text" outfile
New barcode saved as outfile.png.
Try `pybarcode -h` for help.
```
## Links
- [Code 39](https://en.wikipedia.org/wiki/Code_39)
- [Code 128](https://en.wikipedia.org/wiki/Code_128)
- [EAN](https://en.wikipedia.org/wiki/International_Article_Number_(EAN))
- [ISBN](https://en.wikipedia.org/wiki/International_Standard_Book_Number)
- [ISSN](https://en.wikipedia.org/wiki/International_Standard_Serial_Number)
- [JAN](https://en.wikipedia.org/wiki/International_Article_Number_(EAN)#Japanese_Article_Number)
- [UPC](https://en.wikipedia.org/wiki/Universal_Product_Code)
[license]: https://raw.githubusercontent.com/steenzout/python-barcode/steenzout/LICENSE "MIT license"
[pyBarcode]: https://bitbucket.org/whitie/python-barcode "barcode"
[viivakoodi]: https://github.com/kxepal/viivakoodi "viivakoodi"
[](https://pypi.python.org/pypi/steenzout.barcode/)
[](https://travis-ci.org/steenzout/python-barcode)
[](https://landscape.io/github/steenzout/python-barcode/master)
[](https://coveralls.io/r/steenzout/python-barcode)
[](https://requires.io/github/steenzout/python-barcode/requirements/?branch=master)
[](http://python-steenzout-barcode.readthedocs.io/en/latest/?badge=latest)
[][license]
[](https://www.openhub.net/p/python-steenzout-barcode/)
This repository is a fork of:
- [viivakoodi][viivakoodi]
- [pyBarcode][pyBarcode]
This library provides the ability to create bar codes.
The bar codes are created as SVG objects.
## Installation
```
New barcode saved as outfile.svg.
$ pybarcode{2,3} create -t png "My Text" outfile
New barcode saved as outfile.png.
Try `pybarcode -h` for help.
```
## Links
- [Code 39](https://en.wikipedia.org/wiki/Code_39)
- [Code 128](https://en.wikipedia.org/wiki/Code_128)
- [EAN](https://en.wikipedia.org/wiki/International_Article_Number_(EAN))
- [ISBN](https://en.wikipedia.org/wiki/International_Standard_Book_Number)
- [ISSN](https://en.wikipedia.org/wiki/International_Standard_Serial_Number)
- [JAN](https://en.wikipedia.org/wiki/International_Article_Number_(EAN)#Japanese_Article_Number)
- [UPC](https://en.wikipedia.org/wiki/Universal_Product_Code)
[license]: https://raw.githubusercontent.com/steenzout/python-barcode/steenzout/LICENSE "MIT license"
[pyBarcode]: https://bitbucket.org/whitie/python-barcode "barcode"
[viivakoodi]: https://github.com/kxepal/viivakoodi "viivakoodi"