• Stars
    star
    152
  • Rank 243,173 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

ng

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

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:

$ 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.