Generate a QR code for your wifi network to let others quickly connect your wifi without having the need to tell them your long and complicated password.

Find the project on GitHub

Dependencies:

Installation:

$ pip install wifi-qrcode-generator

Usage:

$ wifi-qrcode-generator

Or as a Python API

#!/usr/bin/env python3
import wifi_qrcode_generator

wifi_qrcode_generator.wifi_qrcode(
  'Home wifi', False, 'WPA', 'very complicated password'
)