Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4383/barcode
Simple lightweight python barcode EAN generator. Output format SVG and ASCII
https://github.com/4383/barcode
Last synced: 3 months ago
JSON representation
Simple lightweight python barcode EAN generator. Output format SVG and ASCII
- Host: GitHub
- URL: https://github.com/4383/barcode
- Owner: 4383
- Created: 2015-10-09T19:36:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T04:15:04.000Z (over 3 years ago)
- Last Synced: 2024-10-17T19:43:48.102Z (4 months ago)
- Language: Python
- Size: 148 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barcode-generator (EAN13 compatible)
Simple lightweight python barcode EAN 13 generator. Output format SVG and ASCIIOnly provide EAN 13 barcode type
Summary
-------
* Enter your 13 digits
* Press enter
* Copy output SVG on html file
* Open this html file with browser
* Have Fun !Install
-------
`$ pip install barcode-generator`or
`$ git clone http://github.com/4383/barcode`
`$ cd barcode`
`$ python setup.py install`
Usage examples
------
`$ barcode``$ barcode -i 0123456789123`
`$ barcode -i 0123456789123 -o my_barcode.html`
`$ python barcode.py`
Options
-------
* `-i` User input (digits list, len 13 digits strict)
* `-o` Save output into the output filename specified here
* `-ascii` Display barcode ASCII value on the standard output
* `-version` Display version
* `-nb` Hide software informations (No Brand)
* `-h` Show help messageAbout
-----
Written by Hervé BERAUD
Retrieve on Pypi => https://pypi.python.org/pypi/barcode-generator/