Metadata-Version: 2.1
Name: ng
Version: 1.2.0
Summary: Get password of the wifi you're connected, and your current ip address.
Home-page: https://github.com/cls1991/ng
Author: cls1991
Author-email: tzk19910406@hotmail.com
License: Apache License 2.0
Keywords: wifi,password,ip
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Requires-Dist: click (>=6.7)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: pytest (>=3.3.1)

ng
==

.. image:: https://img.shields.io/pypi/l/ng.svg
    :target: https://pypi.python.org/pypi/ng

.. image:: https://img.shields.io/pypi/v/ng.svg
    :target: https://pypi.python.org/pypi/ng

.. image:: https://img.shields.io/pypi/pyversions/ng.svg
    :target: https://pypi.python.org/pypi/ng

.. image:: https://travis-ci.org/cls1991/ng.svg?branch=master
    :target: https://travis-ci.org/cls1991/ng

Get password of the wifi you're connected, and your current ip address, supports linux, macos, windows.

☤ Quickstart
------------

Get your ip address:

::

    $ ng ip
    `
    local_ip:192.168.1.114
    public_ip:49.4.160.250
    `

Get wifi password:

::

    $ ng wp
    $ ng wp flyfish_5g
    `
    flyfish_5g:hitflyfish123456
    `

☤ Installation
--------------

You can install "ng" via pip from `PyPI <https://pypi.python.org/pypi/ng>`_:

::

    $ pip install ng
	
☤ Usage
-------

::

    $ ng --help
    Usage: ng [OPTIONS] COMMAND [ARGS]...

      Get password of the wifi you're connected, and your current ip address.

    Options:
      --help  Show this message and exit.

    Commands:
      ip  Show ip address.
      wp  Show wifi password.


