Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)