Generate WiFi Access QR Codes
pip install makeqr
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 [email protected] --subject "Mail from QR"
... or as docker container:
docker run ghcr.io/shpaker/makeqr wifi --ssid MYWIRELESSNETWORK --auth WPA --password SECRET
- geo
- link
- mailto
- sms
- tel
- wifi