Skip to content

Generate a QR code for your WiFi network to let others quickly connect without needing to tell them your long and complicated password.

License

Notifications You must be signed in to change notification settings

lakhanmankani/wifi_qrcode_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 interactive mode QR Code

CLI non-interactive mode

$ wifi-qrcode-generator -s "Home WiFi" -p "very complicated password" -a WPA -o qr.png -P

CLI non-interactive mode

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

About

Generate a QR code for your WiFi network to let others quickly connect without needing to tell them your long and complicated password.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages