Contents

python-barcode 0.15.1

0

Create standard barcodes with Python. No external modules needed. (optional Pillow support included)

Create standard barcodes with Python. No external modules needed. (optional Pillow support included).

Stars: 528, Watchers: 528, Forks: 120, Open Issues: 50

The WhyNotHugo/python-barcode repo was created 6 years ago and the last code push was 5 days ago.
The project is popular with 528 github stars!

How to Install python-barcode

You can install python-barcode using pip

pip install python-barcode

or add it to a project with poetry

poetry add python-barcode

Package Details

Author
Hugo Osvaldo Barrera et al
License
MIT
Homepage
https://github.com/WhyNotHugo/python-barcode
PyPi:
https://pypi.org/project/python-barcode/
GitHub Repo:
https://github.com/WhyNotHugo/python-barcode

Classifiers

  • Multimedia/Graphics
  • Software Development/Libraries/Python Modules
No  python-barcode  pypi packages just yet.

Errors

A list of common python-barcode errors.

Code Examples

Here are some python-barcode code examples and snippets.

GitHub Issues

The python-barcode package has 50 open issues on GitHub

  • Drop support for Python 3.7
  • better formating for GS1_128
  • fix checksum issue from #196
  • EAN13 calculate_checksum() generates inconsistent values

See more issues on GitHub

Related Packages & Articles

easy-thumbnails 2.8.5

A powerful, yet easy to implement image thumbnail generator application for Django. The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. Under the hood, easy-thumbnail uses PIL to perform the image manipulation.

svgwrite 1.4.3

svgwrite is a powerful Python library designed to generate SVG (Scalable Vector Graphics) images. It's a library that allows you to create SVG files in a pythonic way without having to write raw XML. It provides an intuitive and straightforward interface for creating complex SVG images, making it a valuable tool for any Python developer working with vector graphics and performing svg image generation. The library is standalone and does not depend on any other Python packages.