Skip to main content

Generate WiFi Access QR Codes

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wifi_qrcode-2.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page