Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 990 Bytes

README.md

File metadata and controls

46 lines (21 loc) · 990 Bytes

Logo


PyPI version Scrutinizer Code Quality Build Status


IPZ is a simple library for extracting local and global ip in python scripts

By Sepand Haghighi

###Version : 0.1

## Download ##
  • Download source from github
  • Download from pypi pip install ipz

Usage

import ipz

local_ip=ipz.local_ip() # as string
global_ip=ipz.global_ip() # as string

In Error State Output is Error String