Metadata-Version: 2.1
Name: pythonscriptgetip
Version: 0.0.1
Summary: A small package that lets you detect both of your IP addresses through Python script.
Home-page: https://github.com/Python3-8/PYTHONSCRIPTGETIP
Author: Pranav Balaji Pooruli
Author-email: pranav.pooruli@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# **PYTHONSCRIPTGETIP**

> Python script that lets you know both of your IP addresses.

## **Installation**

To install it with pip, run:

> pip install pythonscriptgetip

If an error occurs:

* Go to https://github.com/Python3-8/PYTHONSCRIPTGETIP-WHL-and-TAR-GZ
* Click on "Clone or download"
* Click on "Download ZIP"
* Extract the ZIP file
* Run "tar xvzf pythonscriptgetip-0.0.1.tar.gz"
* Move the results to /usr/lib64/python\[PYTHON_VERSION\]/site-packages or \[HOME\]/.local/lib/python\[PYTHON_VERSION\]/site-packages

## **Quickstart Guide**

After you've downloaded and installed  
PYTHONSCRIPTGETIP, you can import PYTHONSCRIPTGETIP with "import pythonscriptgetip".  
To see your public IP address, use "pythonscriptgetip.public\(\)".  

> \>\>\> import pythonscriptgetip  
\>\>\> pythonscriptgetip.public\(\)  
'68.36.111.99'

To see your private IP address, use "pythonscriptgetip.private\(\)".

> \>\>\> import pythonscriptgetip  
\>\>\> pythonscriptgetip.private\(\)  
'99.111.63.86'

## **Contribute**

If you'd like to contribute to PYTHONSCRIPTGETIP,  
check out https://github.com/Python3-8/PYTHONSCRIPTGETIP or  
email pranav.pooruli@gmail.com.


