qrru

b b b

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

Installation:

From cargo:

bash cargo install qrru

Manually:

  1. Clone the repository:

bash git clone https://github.com/zolagonano/qrru.git

  1. Change your working directory to source code directory:

bash cd qrru

  1. Compile and run:

bash cargo build --release cargo run

Usage:

Encoding:

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.

Decoding:

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

bash qrru decode <Qr Image>

Contribute:

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