Crates.io | ranpha |
lib.rs | ranpha |
version | 0.1.1 |
source | src |
created_at | 2022-06-03 13:53:52.526438 |
updated_at | 2022-06-09 11:35:05.71132 |
description | Generate QR code of your Wi-FI network. |
homepage | https://github.com/JohnTitor/ranpha |
repository | https://github.com/JohnTitor/ranpha |
max_upload_size | |
id | 599273 |
size | 36,898 |
Generate QR code of your Wi-Fi network.
Usage: -p PROTOCOL -s SSID [-k KEY] [-f IMAGE_FORMAT] [-o OUT_DIR] [--size SIZE]
Available options:
-p, --protocol <PROTOCOL> encryption protocol, only WPA2, WPA, or WEP is valid (case-insensitive).
-s, --ssid <SSID> SSID of your network.
-k, --key <KEY> key of your network. "nopass" will be used if not specified.
-f, --format <IMAGE_FORMAT> image format of generated image. Only PNG or SVG is valid (case-insensitive). PNG will be used if not specified.
-o, --output <OUT_DIR> output path of generated image. The current dir will be used if not specified.
--size <SIZE> size of generated image (px). 128 will be used if not specified.
-h, --help Prints help information
Install via Cargo:
cargo install ranpha