Skip to content

Wasim-Zaman/Wifi-Access-QR-Codes

 
 

Repository files navigation

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

About

Generate WiFi Access QR Codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 97.3%
  • Dockerfile 2.7%