Contents

python-barcode 0.16.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: 648, Watchers: 648, Forks: 134, Open Issues: 62

The WhyNotHugo/python-barcode repo was created 8 years ago and the last code push was 5 months ago.
The project is popular with 648 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
None
License
MIT
Homepage
None
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 62 open issues on GitHub

  • Add test with pyzbar, to use external library to validate rendered barcodes
  • Add EAN addons support (fixes #140)
  • Do not install docs nor tests directories

See more issues on GitHub

Related Packages & Articles

easy-thumbnails 2.10.1

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.