qrru is a CLI tool to encode and decode qr-codes
bash
cargo install qrru
bash
git clone https://github.com/zolagonano/qrru.git
bash
cd qrru
bash
cargo build --release
cargo run
To encode your text into QRcode, you need to run the command below:
bash
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.
The decoding process is pretty much like the encoding, You have to give your QRcode image to the program.
bash
qrru decode <Qr Image>
All contributions are welcome but if you don't know what you can do look at this list: