快速获取你的 WiFi 密码,如果需要,生成 WiFi 二维码,方便手机轻松连接。
适用于 macOS、Linux 和 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
pamac$ sudo pamac build wifi-password
yay$ yay -S 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
--list, -l Lists all stored network SSID
--version Show version number