lineman60 / barcode

python script for generating a barcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Barcode Generator

This simple script for generating a barcode svg file.

  • to set/upate the number, change the pound signs # in line 5
    • number = "#######" to the number you want to create the barcode for.

Get python and install:

https://www.python.org/

Generate barcode:

pip install -r requirements.txt
python main.py

This will genearte a svg barcode you should be able to just print:

image

About

python script for generating a barcode

License:MIT License


Languages

Language:Python 100.0%