Generates a QRCode to join wifi networks by scanning it
Project description
simple-wifi-qrcode
Generates QR Code to join wifi networks
Installation
python -m pip install simple-wifi-qrcode
- Requires Python 3.9 or later
Usage
simple-wifi-qrcode [-h] --output OUTPUT --ssid SSID --password PASSWORD --alg {WEP,WPA,nopass} [--random-password] [--verbose]
options:
-h, --help show this help message and exit
--output OUTPUT The PNG file that will store the QR Code
--ssid SSID The SSID of the network
--password PASSWORD The password of the network
--alg {WEP,WPA,nopass} The authentication algorithm
--random-password Generate a random password for the network
--verbose Print verbose information
Docker
# sample creating a PNG QR Code file using Docker
docker run --rm -v qrcodes:/app/src/qrcodes jplobianco/simple-wifi-qrcode --output qrcodes/output.png --ssid net1 --password pass1 --alg WPA --verbose
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
Built Distribution
Close
Hashes for simple_wifi_qrcode-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7ba99fd23dca7f29e50546dfc929c3fab161ab221a9a9faab39a651232dfddd |
|
MD5 | 597de39683d487611130346acb109b9e |
|
BLAKE2b-256 | d5bb6404d714633ad77a206dcddd9df388ce3df1a0e96469b70188ff5820592e |