Skip to content

ranwala/barcode_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barcode Generator

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

Features

  • Can select which barcode to generate.
  • Can decide the number of barcodes to generate.
  • Automatically saves created barcodes in the provided location.

Requirements

  • Python 3.7 or later
  • The following Python packages:
    • treepoem
    • string
    • numpy

Installation

  1. Clone the repository:

    git clone https://github.com/ranwala/barcode_generator.git
    cd barcode_generator
    
  2. Install dependencies:

    pip install -r requirements.txt
    
    • You’ll also need Ghostscript installed.

      brew install ghostscript
      
  3. How to run

    python main.py
    

Contributing

Pull requests, suggestions are welcome!.

Author

Chandu Ranwala GitHub Profile


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages