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 🔑)
- Host: GitHub
- URL: https://github.com/csfelix/python-barcode-generator
- Owner: CSFelix
- Created: 2020-12-09T12:20:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T18:58:20.000Z (almost 5 years ago)
- Last Synced: 2025-04-28T12:52:45.126Z (11 months ago)
- Topics: barcode, barcode-generator, python, python-barcode
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)**