Skip to content

This repo is dedicated to creating and decoding barcodes, qrcodes using python

Notifications You must be signed in to change notification settings

BALADEV-1234/Barcode_Qrcode_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Barcode_Qrcode_python

This repo is simple demonstration of creating and decoding barcodes, qrcodes using python with explanation.

Installation

🛠️ Requirements

  • Python 3.7
  • python-barcode
  • "python-barcode[images]"
  • qrcode[pil]
  • pyzbar

⚙️ Setup

  1. Install reuired modules :-
pip install  -r "./requirements.txt"
  1. if you get the error "ImportError: Unable to find zbar shared library" :-
!apt install libzbar0

Supported Formats in python-barcode

EAN-8

EAN-13

EAN-14

UPC-A

JAN

ISBN-10

ISBN-13

ISSN

Code 39

Code 128

PZN

About

This repo is dedicated to creating and decoding barcodes, qrcodes using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published