This project can generate various types of barcodes that the Scanbot SDK supports. This project is using the Python package Treepoem.
Treepoem supports the barcodes listed in here
- Can select which barcode to generate.
- Can decide the number of barcodes to generate.
- Automatically saves created barcodes in the provided location.
- Python 3.7 or later
- The following Python packages:
treepoemstringnumpy
-
Clone the repository:
git clone https://github.com/ranwala/barcode_generator.git cd barcode_generator -
Install dependencies:
pip install -r requirements.txt-
You’ll also need Ghostscript installed.
brew install ghostscript
-
-
How to run
python main.py
Pull requests, suggestions are welcome!.
Chandu Ranwala GitHub Profile