Skip to content

rdrongow/barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Create a series of EAN SVGs from a CSV of the structure art_nr;ean, where art_nr can be any number and ean must be a number of 13 digits. The SVGs will be stored to a folder, the name of the SVG file is art_nr.

Installation

After cloning the repository, you need to initialize a virtualenv (e.g, virtualenv .). Afterwards you need to install the neccessary packages via bin/pip install -r requirements.txt. There is also an init script which you can execute with ./initialize.sh.

Usage

Type bin/python create_barcode.py. You will be asked for a CSV file and an output folder. Afterwards the EANs will be written to the given folder.

Docker and WebApp

Serve a small webapp from a docker container. Download docker and then execute with this repo as cwd: docker build . -t barcodegen docker run -p 127.0.0.1:8080:8080 barcodegen

About

Create SVG barcodes from a CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors