Generate scannable QR codes for Wi-Fi networks. Works completely offline once dependencies are installed.
- 📱 Generate scannable Wi-Fi QR codes
- 🖼️ Save as PNG image
- 💻 Display in terminal
- 💻 Easy to use
- 🔒 Supports WPA, WEP, and open networks
- 🚫 Works offline
- 🎯 Simple and fast
python -m pip install -r requirements.txtRun the script:
python wifi_qr_generator.pyFollow the prompts:
- Enter your Wi-Fi network name (SSID)
- Enter the password
- Select security type (WPA/WEP/nopass)
- Specify if network is hidden
The QR code will be:
- Displayed in your terminal
- Saved as a PNG file (e.g.,
wifi_MyNetwork_qr.png)
Enter Wi-Fi name (SSID): Mywifi
Enter Wi-Fi password: password1234
Security type (WPA/WEP/nopass) [WPA]: WPA
Hidden network? (y/n) [n]: n
The generator creates a QR code in the standard Wi-Fi format:
WIFI:T:WPA;S:NetworkName;P:Password;H:false;;
When scanned with a smartphone, it automatically prompts to connect to the network.
- Python 3.7+
- qrcode library (8.2+)
- Pillow (12.0+)
- Python 3.13.9
- Windows 11
MIT if you have any suggestion contact me ❤ abre0101