Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

📚 Simple lib for extracting local and global ip in python scripts

Awesome Lists containing this project

README

        

![Logo](http://www.shaghighi.ir/findip/Files/ipz.gif)

----------

[![PyPI version](https://badge.fury.io/py/ipz.svg)](https://badge.fury.io/py/ipz)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sepandhaghighi/ipz/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sepandhaghighi/ipz/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/sepandhaghighi/ipz/badges/build.png?b=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