wifi-qrcode-generator 1.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

wifiqrcodegenerator 1.0.1

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

Pillow
qrcode

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.