Skip to main content

A Python barcode generator

Project description

Documentation Status PyPI version info PyPI supported Python versions

This is a python package to create and read barcodes

Installing

Python 3.6.0 or higher is required

To install the library you can run the following command:

# Linux/MacOS
python3 -m pip install --upgrade pybarcodes

# Windows
py -3 -m pip install --upgrade pybarcodes

Quick Example

from pybarcodes.ean import EAN13

CODE = "012345678905"
barcode = EAN13(CODE)
barcode.show()

This is all the code you need to generate a barcode.

Output Image:

Image of Barcode

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybarcodes-0.3.3.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

pybarcodes-0.3.3-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page