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
- Host: GitHub
- URL: https://github.com/ev2900/code39_bar_code_generator
- Owner: ev2900
- Created: 2015-03-05T07:11:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T01:10:53.000Z (about 8 years ago)
- Last Synced: 2025-04-10T03:16:54.458Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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