
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