All Projects → reugn → wifiqr

reugn / wifiqr

Licence: MIT license
Create a QR code with your Wi-Fi login details

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to wifiqr

nova-qrcode-field
A Laravel Nova field to generate QR Code
Stars: ✭ 28 (-86.47%)
Mutual labels:  qrcode, qr-generator, qr, qrcode-generator
qr
🔲 Generate QR Codes straight in your terminal!
Stars: ✭ 34 (-83.57%)
Mutual labels:  qrcode, qr, qrcode-generator
art-qr
JavaScript library to generate beautiful QR code in browser 艺术二维码
Stars: ✭ 19 (-90.82%)
Mutual labels:  qrcode, qr, qrcode-generator
Qr Filetransfer
Transfer files over WiFi between your computer and your smartphone from the terminal
Stars: ✭ 738 (+256.52%)
Mutual labels:  qrcode, wifi, command-line-tool
vk-qr
VK QR Code generator library
Stars: ✭ 43 (-79.23%)
Mutual labels:  qrcode, qr-generator, qr
ips-qr-code
IPS QR Code Generator
Stars: ✭ 30 (-85.51%)
Mutual labels:  qrcode, qr-generator, qrcode-generator
pix-payload-generator.net
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
Stars: ✭ 23 (-88.89%)
Mutual labels:  qrcode, qr, qrcode-generator
Qrbtf
An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com
Stars: ✭ 1,391 (+571.98%)
Mutual labels:  qrcode, qr, qrcode-generator
Awesome Qr.js
An awesome QR code generator written in JavaScript.
Stars: ✭ 1,247 (+502.42%)
Mutual labels:  qrcode, qr, qrcode-generator
Qrious
Pure JavaScript library for QR code generation using canvas
Stars: ✭ 1,160 (+460.39%)
Mutual labels:  qrcode, qr, qrcode-generator
Qr Ascii
A small library to generate QR codes with ascii
Stars: ✭ 63 (-69.57%)
Mutual labels:  qrcode, qr, qrcode-generator
js-qrcode
The library is for generating QR codes like SVG, HTML5 Canvas, PNG and JPG files, or text.
Stars: ✭ 35 (-83.09%)
Mutual labels:  qrcode, qr, qrcode-generator
Awesomeqrcode
An awesome QR code generator for Android.
Stars: ✭ 1,718 (+729.95%)
Mutual labels:  qrcode, qr-generator, qrcode-generator
React Qr Svg
React component for rendering SVG QR codes
Stars: ✭ 134 (-35.27%)
Mutual labels:  qrcode, qr, qrcode-generator
QRCode-Telegram-bot
This is a simple bot. You generate QRcode with this bot
Stars: ✭ 12 (-94.2%)
Mutual labels:  qrcode, qrcode-generator
EasyQRCodeJS-NodeJS
EasyQRCodeJS-NodeJS is a NodeJS server side javascript QRCode image(PNG/JPEG/SVG/Base64 data url) generator. Support setting Dot style, Logo, Background image, Colorful, Title and more. Support binary(hex) data mode.
Stars: ✭ 73 (-64.73%)
Mutual labels:  qrcode, qrcode-generator
promptpay
Thai QR PromptPay Generator
Stars: ✭ 24 (-88.41%)
Mutual labels:  qrcode, qr
QRCodeGenLib4Pascal
Generates QR Codes from text strings and byte arrays.
Stars: ✭ 42 (-79.71%)
Mutual labels:  qrcode, qrcode-generator
go-emv-code
EMV® QR Code Encoder/Decoder for Go.
Stars: ✭ 60 (-71.01%)
Mutual labels:  qrcode, qr
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-90.34%)
Mutual labels:  wifi, cli-app

Wi-Fi QR Code Generator

Test Status PkgGoDev Go Report Card codecov

Create a QR code with your Wi-Fi login details.

Use Google Lens or other application to scan it and connect automatically.

Installation

Choose a binary from the releases.

Build from Source

Download and install Go.

Get the package:

go get github.com/reugn/wifiqr

Read this guide on how to compile and install the application.

Usage

$ wifiqr --help
wifiqr is a WiFi QR code generator

It is used to create a QR code containing the login details such as
the name, password, and encryption type. This QR code can be scanned
using Google Lens or other QR code reader to connect to the network.
It is Android and iOS compatible.

If the options necessary for creating the QR code are not given on
the command line, the user will be prompted for the information.

Usage:
  wifiqr [flags]

Flags:
  -h, --help              help for wifiqr
      --hidden            Hidden SSID
  -k, --key string        Wireless password (pre-shared key / PSK)
  -o, --output string     PNG file for output (default stdout)
  -p, --protocol string   Wireless network encryption protocol (WPA2, WPA, WEP, NONE). (default "WPA2")
  -s, --size int          Image width and height in pixels (default 256)
  -i, --ssid string       Wireless network name
  -v, --version           version for wifiqr

Usage Example

./wifiqr --ssid some_ssid --key 1234 --output qr.png --size 128

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].