An open API service indexing awesome lists of open source software.

https://github.com/csfelix/python-barcode-generator

🐍 In this repo, you gonna dicover out how to create barcodes with Python!! 🐍 (🔑 KeyWords: python, python-barcode, barcode, barcode-generator 🔑)
https://github.com/csfelix/python-barcode-generator

barcode barcode-generator python python-barcode

Last synced: 18 days ago
JSON representation

🐍 In this repo, you gonna dicover out how to create barcodes with Python!! 🐍 (🔑 KeyWords: python, python-barcode, barcode, barcode-generator 🔑)

Awesome Lists containing this project

README

          

# 🌟 Bar Code Generator 🌟

----
### `❓ What's it? ❓`

* Bar Code Generator is a Python Code that generates Bar Code (😐) and insert a logo in it!!

----
### `⚒️ Tools ⚒️`

* Python 3.7 version or later;
* Python-Barcode package.

----
### `⚙️ Run ⚙️`

> **Downloading the Packages**

* Open the terminal and tip:

```
pip install python-barcode
```

> **Running the Code**

* Download the source code;
* Open cmd and go to Python Code's Folder;
* Tip:

```
python bar_code_generator.py
```

----
### `📝 Notes 📝`

* **Create New Bar Codes:** you can change the bar code information from line 52.
* **The Bar Codes Availables Are:**

```
EAN-8 : Numbers Only (7 digits + 1 check digit)
EAN-13 : Numbers Only (12 digits + 1 check digit)
EAN-14 : Numbers Only (13 digits + 1 check digit)
UPC-A : Numbers Only (10 digits + 1 check digit)
JAN : Numbers Only (45 or 49 + 10 digits + 1 check digit)
ISBN-10 : Numbers Only (9 digits + 1 check digit)
ISBN-13 : Numbers Only (978 or 979 + 8 digits + 1 check digit)
ISSN : Numbers Only (3 prefix digits + 6 digits + 2 issues digits + 1 check digit + 2 sequence digits)
Code 39 : UpperCase Letters, Numbers, Space and Symbols [- . $ / + %] (variable length)
Code 128 : All ASCII chars (variable length)
PZN : Numbers Only (6 digits + 1 check digit)
```

----
### `📫 Reach Me 📫`

> **Email:** **[csfelix08@gmail.com](mailto:csfelix08@gmail.com?)**

> **Linkedin:** **[linkedin.com/in/csfelix/](https://www.linkedin.com/in/csfelix/)**

> **Instagram:** **[instagram.com/c0deplus/](https://www.instagram.com/c0deplus/)**

----

> **Portfolio:** **[CSFelix.io](https://csfelix.github.io/)**