https://github.com/cls1991/ng
Get password of the wifi you're connected, and your current ip address.
https://github.com/cls1991/ng
ip password wifi
Last synced: 3 months ago
JSON representation
Get password of the wifi you're connected, and your current ip address.
- Host: GitHub
- URL: https://github.com/cls1991/ng
- Owner: cls1991
- License: apache-2.0
- Created: 2017-12-27T03:44:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T02:23:30.000Z (over 7 years ago)
- Last Synced: 2025-06-14T19:36:06.000Z (4 months ago)
- Topics: ip, password, wifi
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 153
- Watchers: 20
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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/ngGet 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.