Skip to content

generate EAN European Article Number in txt file or png/jpg barcode

Notifications You must be signed in to change notification settings

erma0x/EAN-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EAN code generator .txt or .png

Generate EAN (European-Article-Number) code list in .txt or .png The International Article Number (also known as European Article Number or EAN) is a standard describing a barcode symbology and numbering system used in global trade to identify a specific retail product type, in a specific packaging configuration, from a specific manufacturer.

Installation

pip install -r requirements.txt

Usage

  1. Change the variables inside the script ean13_barcode.py or ean13.py
    tot_ean_requested = total ean requested
    ean_number = starting ean number

  2. Generate numbers into the txt file

python3 ean13.py
  1. Generate ean barcode images into /img/ folder
python3 ean13_barcode.py

About

generate EAN European Article Number in txt file or png/jpg barcode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages