Generate a QR code for your WiFi network to let others quickly connect.
Project description
wifi_qrcode_generator
Generate a QR code for your WiFi network to let others quickly connect without needing to tell them your long and complicated password.
Installation
$ pip install wifi-qrcode-generator
Usage
CLI interactive mode
$ wifi-qrcode-generator
CLI non-interactive mode
$ wifi-qrcode-generator -s "Home WiFi" -p "very complicated password" -a WPA -o qr.png -P
Python API
#!/usr/bin/env python3
import wifi_qrcode_generator.generator
qr_code = wifi_qrcode_generator.generator.wifi_qrcode(
ssid='Home WiFi', hidden=False, authentication_type='WPA', password='very complicated password'
)
qr_code.print_ascii()
qr_code.make_image().save('qr.png')
Dependencies
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file wifi_qrcode_generator-1.0.1.tar.gz
.
File metadata
- Download URL: wifi_qrcode_generator-1.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51988cf73bf082a388956a410ec742996bec16965e51d58f4d214e2ea40a00f5 |
|
MD5 | e7eae9d3abbabcf06f709f65685fa184 |
|
BLAKE2b-256 | 6342be337589aa582589d838c77d14900d32ea7a2684c266f7f5ec28e07ea0e6 |
File details
Details for the file wifi_qrcode_generator-1.0.1-py3.8.egg
.
File metadata
- Download URL: wifi_qrcode_generator-1.0.1-py3.8.egg
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af4dcd23da5401662db7d072aa0cc92a4d94e542edb137f8ad09c657448e2a89 |
|
MD5 | b037db772589f6554013c94268e18c47 |
|
BLAKE2b-256 | 4ebf2853bf685a190b9ba4eddab4ac7ba00d1a484b49793d97f4816032abf7cb |
File details
Details for the file wifi_qrcode_generator-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: wifi_qrcode_generator-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9d79244172c96548707f51ef040a52f459e2cf23f2642c53cea7ec75e48b6f8 |
|
MD5 | 13c7591e63ee3c0ef76308e949180281 |
|
BLAKE2b-256 | 1430627b23a1dbb2b5c62674f0526b3e9747bf6aab8a52bad446308ba5278306 |