wifi-password - 快速获取你的 WiFi 密码,如果需要,生成你的 WiFi 二维码,让手机轻松连接

Created at: 2021-01-26 05:11:40
Language: Python
License: MIT

wifi密码

快速获取你的 WiFi 密码,并在需要时生成你的 WiFi 二维码,以便手机轻松连接。
适用于macOSLinux , Windows

安装

安装使用
pip

$ python3 -m pip install --user wifi-password

安装使用
git

$ git clone https://github.com/sdushantha/wifi-password
$ cd wifi-password
$ python3 setup.py install

使用AUR安装

$ sudo pamac build wifi-password

用法

$ wifi-password --help
usage: wifi_password [options]

optional arguments:
  -h, --help            show this help message and exit
  --show-qr, -show      Show a ASCII QR code onto the terminal/console
  --save-qr [PATH], -save [PATH]
                        Create the QR code and save it as an image
  --ssid SSID, -s SSID  Specify a SSID that you have previously connected to
  --version             Show version number

参考