2 releases
0.1.1 | Jul 14, 2023 |
---|---|
0.1.0 | Sep 3, 2021 |
#52 in #qr
8KB
105 lines
qrru
qrru is a CLI tool to encode and decode qr-codes
Installation:
From cargo:
cargo install qrru
Manually:
- Clone the repository:
git clone https://github.com/zolagonano/qrru.git
- Change your working directory to source code directory:
cd qrru
- 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
~13MB
~155K SLoC