Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitjain28may/wifiPassword
It gives the password of your connected wifi's
https://github.com/ankitjain28may/wifiPassword
Last synced: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T09:58:04.000Z (over 3 years ago)
- Last Synced: 2024-04-26T00:25:35.972Z (7 months 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
[![Build Status](https://travis-ci.org/ankitjain28may/wifiPassword.svg?branch=master)](https://travis-ci.org/ankitjain28may/wifiPassword)
[![PyPI](https://img.shields.io/pypi/v/wifiPassword.svg)](https://pypi.python.org/pypi/wifiPassword)
[![PyPI](https://img.shields.io/pypi/dm/wifiPassword.svg)](https://pypi.python.org/pypi/wifiPassword)
[![Code Health](https://landscape.io/github/ankitjain28may/wifiPassword/master/landscape.svg?style=flat-square)](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)