minelminel / barcode-cli

Wrapper around python-barcode, built for cross-platform usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barcoder

Downloadable executable(s) are available under the "Releases" tab

Usage

usage: barcoder [data] [options]

Generate barcode image from input data

positional arguments:
  data                  Integer to be encoded

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT       Path to folder where images will be saved,
                        default=/Users/michaellawrenson/Code/billable/barcode-
                        cli/img
  --width WIDTH         Width of output image, default=0.35
  --height HEIGHT       Height of output image, default=10
  --log {DEBUG,INFO,WARN}
                        Logging verbosity level. Choices are ['DEBUG', 'INFO',
                        'WARN']

Building for release

About

Wrapper around python-barcode, built for cross-platform usage

License:MIT License


Languages

Language:Python 100.0%