Skip to content

Zhindonm/QR-Code-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

QR Code Reader

=============

###1. Introduction

This is a simple python program that reads strings encoded in QR codes. Other encoding samples like images have not been properly tested. You will need an aditional module named qrtools

###2. Dependencies

[sudo] pip install pypng
[sudo] pip install zbar
[sudo] pip install pillow

###3. Install

To install qrtools:

git clone https://github.com/primetang/qrtools.git
cd qrtools
[sudo] python setup.py install

Or directly through pip to install it:

[sudo] pip install qrtools

###4. Usage

python qrcode.py <path to qr code>

###5. Example

Running the following command:

python qrcode.py example/this-is-a-qr-code.png

Will produce the following output in stdout:

python qrcode.py example/this-is-a-qr-code.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages