Socket
Socket
Sign inDemoInstall

wifi-qrcode

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wifi-qrcode

Generate WiFi Access QR Codes


Maintainers
1

Readme

wifi_qrcode

Generate WiFi Access QR Codes

Installation

pip install -U wifi_qrcode

Usage example

wifi_qrcode --ssid MYWIRELESSNETWORK --auth WPA --password SECRET

or as python module

python -m wifi_qrcode wifi --ssid MYWIRELESSNETWORK --auth WPA --password SECRET
python -m wifi_qrcode mailto --to user@mail.org --subject "Mail from QR"

Arguments

Required

  • --ssid Network SSID

Optional

  • --auth Authentication type; can be WEP or WPA, or 'nopass' for no password;
  • --password Password, ignored if --auth is "nopass";
  • --hidden True if the network SSID is hidden;
  • --output QR-code file. Can be with PNG or SVG extension.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc