sdushantha / wifi-password
- суббота, 30 января 2021 г. в 00:26:36
Python
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect.
Works on macOS and Linux and 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
$ sudo pamac build wifi-password
$ wifi-password
usage: wifi_password [options]
optional arguments:
-h, --help show this help message and exit
--qrcode, -q Generate a QR code
--image, -i Create the QR code as image instead of showing it on the terminal (must be useed along with --qrcode)
--ssid SSID, -s SSID Specify a SSID that you have previously connected to
--version Show version number