weichweich / qrmaster

tool for reading QR-codes from image and creating QR-codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qrmaster

A simple tool for reading QR-Codes from images and creating QR-Codes from data.

It just puts a CLI in font of the bardecoder and qrcode-rust libraries.

Read QR-Code from image

cargo run -- decode -i image_with_qr_code.png

Write QR-Codes to image

echo -n "This is a test"| cargo run -- encode -o image_with_qr_code.png

About

tool for reading QR-codes from image and creating QR-codes

License:MIT License


Languages

Language:Rust 100.0%