ipaddresses¶
Shows your private and public IP addresses.
Description and features¶
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, usage and options¶
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 and contributing¶
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.