
WiFiパスワードを素早く取得し、必要に応じてWiFiのQRコードを生成して、スマートフォンが簡単に接続できるようにします。
WiFiのパスワードを素早く取得し、必要に応じてWiFiのQRコードを生成して、スマートフォンが簡単に接続できるようにします。
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