Skip to content

zolagonano/qrru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to encode and decode qr-code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages