Shows your private and public IP addresses.
Description
Shows your private and public IP addresses.
Although the code is OS independent, I'm only able to test it in console (Windows Cmd) and Windows GUI.
Features:
- Shows the private and public IP addresses.
Installation
$ pip install ipaddresses
Usage
$ ipaddresses
Options
$ ipaddresses -h
usage: ipaddresses [-option]
optional arguments:
-g, --gui start GUI (Graphical User Interface)
-h, --help show help message
-l, --license show license
-p, --pause pause after showing IP addresses
-V, --version show version
No arguments shows private and public IP addresses.
Resources
Contributing
If Other repository above is Github or compatible, follow these guidelines for contributing:
- Fork the repository .
- Make a branch of master and commit your changes to it.
- Ensure that your name is added to the end of the AUTHORS.rst file using the format:
Name <email@domain.com>
- Submit a Pull Request to the master branch.
Copyright 2009-2015 Joao Carlos Roseta Matos. Licensed under the GNU General Public License v2 or later (GPLv2+).