/qr-scanner-cli

A CLI tool to read QR Code from images

Primary LanguageJavaScript

QR Scanner CLI

Greenkeeper badge Build Status

QR Scanner CLI is a project that can resolve any QR code from an image on your desktop.

Installation

Installation is done using the npm install command:

npm i -g qr-scanner-cli

Usage

$ qrscanner <input file>

New Demo Gif

Options

- --clean  -c  Clear output, just print the QR Code scan result
- --version Show installed version
- --help Show this help

Examples

$ qrscanner ./qrCode.jpg
╔══════════════════════════════════════════╗
║                                          ║
║   This message is written in a QR Code   ║
║                                          ║
╚══════════════════════════════════════════╝

$ qrscanner ./qrCode.jpg --clear
This message is written in a QR Code