# wifi-password-ip-detector **Repository Path**: mirrors/wifi-password-ip-detector ## Basic Information - **Project Name**: wifi-password-ip-detector - **Description**: 方便获取wifi密码, 以及本机IP和公网IP, 支持macos, Linux, Windows. 得到IP地址: $ ng ip ` local_ip:192.168.1.114 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/wifi-password-ip-detector - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2018-01-03 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/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 `_: :: $ 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.