Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WhyNotHugo/python-barcode
㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
https://github.com/WhyNotHugo/python-barcode
barcode image pure-python python svg
Last synced: 3 months ago
JSON representation
㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
- Host: GitHub
- URL: https://github.com/WhyNotHugo/python-barcode
- Owner: WhyNotHugo
- License: mit
- Created: 2017-10-12T23:03:31.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T08:03:37.000Z (3 months ago)
- Last Synced: 2024-07-30T11:14:43.761Z (3 months ago)
- Topics: barcode, image, pure-python, python, svg
- Language: Python
- Homepage: http://python-barcode.rtfd.io/
- Size: 1.77 MB
- Stars: 549
- Watchers: 8
- Forks: 121
- Open Issues: 52
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Support: docs/supported-formats.rst
Awesome Lists containing this project
- awesome-python-resources - GitHub - 39% open · ⏱️ 09.08.2022): (图像处理)
README
python-barcode
==============.. image:: https://github.com/WhyNotHugo/python-barcode/actions/workflows/tests.yml/badge.svg
:target: https://github.com/WhyNotHugo/python-barcode/actions
:alt: CI status.. image:: https://readthedocs.org/projects/python-barcode/badge/
:target: https://python-barcode.rtfd.org/
:alt: documentation.. image:: https://img.shields.io/pypi/v/python-barcode.svg
:target: https://pypi.python.org/pypi/python-barcode
:alt: version on pypi.. image:: https://img.shields.io/pypi/dm/python-barcode.svg
:target: https://pypi.python.org/pypi/python-barcode
:alt: downloads.. image:: https://img.shields.io/pypi/l/python-barcode.svg
:target: https://github.com/WhyNotHugo/python-barcode/blob/main/LICENCE
:alt: licence**python-barcode** provides a simple way to create barcodes in Python.
There are no external dependencies when generating SVG files.
Pillow is required for generating images (e.g.: PNGs).Support Python 3.8 to 3.12.
.. image:: example-ean13.png
:target: https://github.com/WhyNotHugo/python-barcode
:alt: python-barcodeDocumentation
-------------Full documentation is published at http://python-barcode.rtfd.io/
You can build the documentation locally using ``make -C docs html``.
Licence
-------python-barcode is licensed under the MIT licence. See LICENCE for details.