zolagonano / qrru

CLI tool to encode and decode qr-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qrru

b b b

qrru is a CLI tool to encode and decode qr-codes

Installation:

From cargo:

cargo install qrru

Manually:

  1. Clone the repository:
git clone https://github.com/zolagonano/qrru.git
  1. Change your working directory to source code directory:
cd qrru
  1. Compile and run:
cargo build --release
cargo run

Usage:

Encoding:

To encode your text into QRcode, you need to run the command below:

qrru encode <Your Text> -o <Output File>

Also, you can change the width and height of the output image with --width/-w and --height/-h arguments.

Decoding:

The decoding process is pretty much like the encoding, You have to give your QRcode image to the program.

qrru decode <Qr Image>

Contribute:

All contributions are welcome but if you don't know what you can do look at this list:

  • Open an issue if you find a bug.
  • Open an issue if you have a suggestion.
  • Fix bugs and send pull requests.
  • Share it with your friends.
  • And anything else you think will help this project :)

About

CLI tool to encode and decode qr-code

License:MIT License


Languages

Language:Rust 100.0%