# wifi-password **Repository Path**: dragonbyl/wifi-password ## Basic Information - **Project Name**: wifi-password - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-06 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

wifi-password

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, Windows

## Installation ### Install using `pip` ```console $ python3 -m pip install --user wifi-password ``` ### Install using `git` ``` $ git clone https://github.com/sdushantha/wifi-password $ cd wifi-password $ python3 setup.py install ``` ### Install using the [AUR](https://aur.archlinux.org/packages/wifi-password/) ```console $ sudo pamac build wifi-password ``` ## Usage ```console $ 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 ``` ## Reference - This project is an improvement of [wifi-password](https://github.com/rauchg/wifi-password) created by [@rauchg](https://github.com/rauchg), where I have added support for multiple platforms and have added the feature for generating QR codes. - [wifiPassword](https://github.com/ankitjain28may/wifiPassword) created by [@ankitjain28may](https://github.com/ankitjain28may) was frequently used as reference throughout the development of this project.