https://github.com/ankitjain28may/wifipassword
It gives the password of your connected wifi's
https://github.com/ankitjain28may/wifipassword
Last synced: about 1 month ago
JSON representation
It gives the password of your connected wifi's
- Host: GitHub
- URL: https://github.com/ankitjain28may/wifipassword
- Owner: ankitjain28may
- License: mit
- Created: 2017-06-17T21:26:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T09:58:04.000Z (about 4 years ago)
- Last Synced: 2024-04-26T00:25:35.972Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 47
- Watchers: 5
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wifiPassword
[](https://travis-ci.org/ankitjain28may/wifiPassword)
[](https://pypi.python.org/pypi/wifiPassword)
[](https://pypi.python.org/pypi/wifiPassword)
[](https://landscape.io/github/ankitjain28may/wifiPassword/master)A cross platform CLI tool to get connected wifi network's password.
Installation
============* Using `pip`
```shell
$ pip install wifiPassword
```* From source
```shell
$ git clone https://github.com/ankitjain28may/wifiPassword
$ cd wifiPassword
$ python setup.py install
```Usage
======` wifiPassword [wifi_name] `
` wifiPassword -h `
Note : If you won't give wifi_name, it selects the profile of the connected network by default
License
========Copyright (c) 2016 Ankit Jain - Released under MIT License
P.S For more python scripts Go To -> [pythonResources](https://github.com/ankitjain28may/pythonResources)