#qr #codec #decoder #encoder #cli-tool

app qrru

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

2 releases

0.1.1 Jul 14, 2023
0.1.0 Sep 3, 2021

#1404 in Command line utilities

49 downloads per month

MIT license

8KB
105 lines

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 :)

Dependencies

~19MB
~132K SLoC