This is a super simple command line tool to display the public IP address and some other supportive information on the commandline.
##Options
These are the commandline parameters:
$ publicip.py -h
Options:
-h, --help show this help message and exit
-I, --ip Display Public IP address
-i, --isp Display ISP name
-s, --state Display ISP State
-c, --city Display ISP City
-C, --country Display ISP Country
-p, --proxy Display Proxy
-a, --all Display all information
-v, --verbose Display verbose information
-b, --clear Clear screen before displaying information
--version show program's version number and exit#License Released under MIT License