安装第三方库segno
pip3 install segno
qr = helpers.make_wifi(ssid="wifi名字", password="wifi密码", security="WPA/WPA2 PSK")
qr.save("my wifi.png", scale=10)
成功
segno官方文档 https://segno.readthedocs.io/en/stable/index.html