Metadata-Version: 2.1
Name: Spire.Barcode
Version: 7.2.0
Summary: A 100% standalone Barcode Python API for Processing Barcode Files
Home-page: https://www.e-iceblue.com
Author: E-iceblue
Author-email: sales@e-iceblue.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: Free To Use But Restricted
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: plum-dispatch (==1.7.4)

# Spire.Barcode for Python - Python API for Barcode Generation and Recognition

[Product Page](https://www.e-iceblue.com/Introduce/barcode-for-python.html) 丨 [Documentation](https://www.e-iceblue.com/Tutorials.html) 丨 [Examples](https://github.com/eiceblue/Spire.Barcode-for-Python) 丨 [Forum](https://www.e-iceblue.com/forum/spire-barcode-f13.html) 丨 [Temporary License](https://www.e-iceblue.com/TemLicense.html) 丨 [Customized Demo](https://www.e-iceblue.com/Misc/customized-demo.html)

**[Spire.Barcode for Python](https://www.e-iceblue.com/Introduce/barcode-for-python.html)** is a powerful and flexible barcode generation and recognition library. It provides developers with an easy-to-use API to integrate barcode functionality into their Python applications. With support for various barcode formats, including 1D and 2D barcodes, this library simplifies the process of generating, reading, and scanning barcodes.

## Key Features
- **Barcode Generation:** Easily generate barcodes in different formats, such as EAN-13, Code 128, and QR Code.
- **Barcode Recognition:** Accurately detect and decode barcodes, regardless of their orientation or position within an image.
- **Image Processing:** Create barcode images in various output formats, including Bitmap, JPG, PNG, EMF, TIFF, GIF, and WMF.
- **Customization Options:** Customize barcode images by setting parameters like border style, color, width, and margins. Rotate barcodes at any angle and insert images in the center for high-quality output.
- **Easy Integration:** Seamlessly integrate Spire.Barcode for Python into your applications with an intuitive API that requires just a few lines of code.

## Supported Barcode Types:
- CODE_25
- CODABAR
- CODE_11
- INTERLEAVED_25
- CODE_39
- CODE_39_EXTENDED
- CODE_93
- CODE_93_EXTENDED
- CODE_128
- EAN_8
- EAN_13
- EAN_128
- EAN_14
- SCC_14
- SSCC_18
- ITF_14
- ITF_6
- UPCA
- UPCE
- POST_NET
- SINGAPORE_POST_4_STATE
- PLANET
- MSI
- RSS_14
- RSS_14_TRUNCATED
- RSS_LIMITED
- RSS_EXPANDED
- USPS
- SWISS_POST_PARCEL
- PZN
- OPC
- DEUTSCHE_POST_IDENTCODE
- DEUTSCHE_POST_LEITCODE
- ROYAL_MAIL_4_STATE
- DATA_MATRIX
- QR_CODE
- PDF_417
- PDF_417_MACRO

## Installation
To install Spire.Barcode for Python, you can use pip, the Python package manager. Simply run the following command:

```shell
pip install Spire.Barcode
```

Or manually [download Spire.Barcode for Python](https://www.e-iceblue.com/Download/barcode-for-python.html) and import it into your project.

[Product Page](https://www.e-iceblue.com/Introduce/barcode-for-python.html) 丨 [Documentation](https://www.e-iceblue.com/Tutorials.html) 丨 [Examples](https://github.com/eiceblue/Spire.Barcode-for-Python) 丨 [Forum](https://www.e-iceblue.com/forum/spire-barcode-f13.html) 丨 [Temporary License](https://www.e-iceblue.com/TemLicense.html) 丨 [Customized Demo](https://www.e-iceblue.com/Misc/customized-demo.html)

