Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 695 Bytes

readme.md

File metadata and controls

45 lines (31 loc) · 695 Bytes

wifi_qrcode

Generate WiFi Access QR Codes

Installation

pip install makeqr

Usage example

To test that installation was successful, try:

makeqr wifi --help

Usage from the command line:

makeqr wifi --ssid MYWIRELESSNETWORK --auth WPA --password SECRET

... or as python module:

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

... or as docker container:

docker run ghcr.io/shpaker/makeqr wifi --ssid MYWIRELESSNETWORK --auth WPA --password SECRET

Features

  • geo
  • link
  • mailto
  • sms
  • tel
  • wifi