Skip to content

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

Notifications You must be signed in to change notification settings

CSFelix/PYTHON-BARCODE-GENERATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌟 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

Linkedin: linkedin.com/in/csfelix/

Instagram: instagram.com/c0deplus/


Portfolio: CSFelix.io

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages