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

https://github.com/ev2900/code39_bar_code_generator

Python script to create code39 bar codes
https://github.com/ev2900/code39_bar_code_generator

Last synced: 9 months ago
JSON representation

Python script to create code39 bar codes

Awesome Lists containing this project

README

          

code39_Bar_Code_Generator
===========
A python script for generating numeric code 39 barcodes. The program is designed to be run from the command line.
Running the program from the terminal, two arguments are accepted. The lowest number bar code to be created and the highest
number barcode to be created. An example of how it would be run in the terminal would look like:

``` python barCodeGenerator.py 1 76```

Generated barcodes are exported from the program as a pdf. The command above would generate code 39 barcodes for 1
through 76 with the bar codes appearing in a pdf named 1-76.pdf