Crates.io | qrru |
lib.rs | qrru |
version | 0.1.1 |
source | src |
created_at | 2021-09-03 16:10:57.904505 |
updated_at | 2023-07-14 19:43:42.520125 |
description | qrru is a CLI tool to encode and decode qr-codes |
homepage | https://github.com/zolagonano/qrru.git |
repository | https://github.com/zolagonano/qrru.git |
max_upload_size | |
id | 446504 |
size | 22,325 |
qrru is a CLI tool to encode and decode qr-codes
cargo install qrru
git clone https://github.com/zolagonano/qrru.git
cd qrru
cargo build --release
cargo run
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.
The decoding process is pretty much like the encoding, You have to give your QRcode image to the program.
qrru decode <Qr Image>
All contributions are welcome but if you don't know what you can do look at this list: