Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.24 KB

README.rst

File metadata and controls

48 lines (32 loc) · 1.24 KB

wifiPassword

https://travis-ci.org/ankitjain28may/wifiPassword.svg?branch=master https://landscape.io/github/ankitjain28may/wifiPassword/master/landscape.svg?style=flat-square

A cross platform CLI tool to get connected wifi network's password.

Installation

  • Using pip

    $ pip install wifiPassword
  • From source

    $ git clone https://github.com/ankitjain28may/wifiPassword
    $ cd wifiPassword
    $ python setup.py install

Usage

::

wifiPassword [wifi_name]

wifiPassword -h <help>

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