Crates.io | qrcode-cli |
lib.rs | qrcode-cli |
version | 0.5.0 |
source | src |
created_at | 2022-03-02 14:11:20.724832 |
updated_at | 2022-03-02 19:01:10.157992 |
description | A Simple CLI tool to generate QR Code |
homepage | |
repository | |
max_upload_size | |
id | 542295 |
size | 21,868 |
A CLI I made while practicing rust to easily make QR codes with just one command, all in your terminal.
git clone https://github.com/dhravya/rust-qrcode-cli && cd rust-qrcode-cli && cargo run
qrcode-cli.exe --help
data
(d
) * : String to be encoded in the QR code.
output
(o
) : Path to the output file - Defaults to qrcode.png
.
A QR code will be generated with the given data and saved to the given output file.
👤 Dhravya Shah
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator