Wifi 万能钥匙已经被淘汰!GitHub 上这个开源工具太好用了!
杰哥的IT之旅
共 1923字,需浏览 4分钟
·
2021-04-06 17:56
公众号关注“杰哥的IT之旅”,
选择“星标”,重磅干货,第一时间送达!
前言
全球网络共享平台,基于共享经济的模式,通过云计算和大数据技术,利用热点主人分享的闲置 WiFi 资源,为用户提供免费、稳定、安全的上网服务。
$ python3 -m pip install --user wifi-password
$ git clone https://github.com/sdushantha/wifi-password
$ cd wifi-password
$ python3 setup.py install
$ 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
使用效果如下:
Github 开源地址: 开源地址::https://github.com/sdushantha/wifi-password 推荐阅读
评论