https://github.com/sepandhaghighi/ipz
📚 Simple lib for extracting local and global ip in python scripts
https://github.com/sepandhaghighi/ipz
globalip ip ipfinder ipz library localip module python python3 script
Last synced: about 1 month ago
JSON representation
📚 Simple lib for extracting local and global ip in python scripts
- Host: GitHub
- URL: https://github.com/sepandhaghighi/ipz
- Owner: sepandhaghighi
- License: mit
- Created: 2017-01-26T16:15:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T14:12:30.000Z (over 8 years ago)
- Last Synced: 2025-04-13T21:49:04.282Z (2 months ago)
- Topics: globalip, ip, ipfinder, ipz, library, localip, module, python, python3, script
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

----------
[](https://badge.fury.io/py/ipz)
[](https://scrutinizer-ci.com/g/sepandhaghighi/ipz/?branch=master)
[](https://scrutinizer-ci.com/g/sepandhaghighi/ipz/build-status/master)----------
# IPZ is a simple library for extracting local and global ip in python scripts
By [Sepand Haghighi](http://www.shaghighi.ir)###Version : 0.1
## Download ##
- [Download](https://github.com/sepandhaghighi/ipz/archive/v0.1.zip) source from github
- Download from pypi `pip install ipz`## Usage ##
```python
import ipz
local_ip=ipz.local_ip() # as string
global_ip=ipz.global_ip() # as string```
In Error State Output is `Error` String