sepandhaghighi / ipz

πŸ“š Simple lib for extracting local and global ip in python scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“š Simple lib for extracting local and global ip in python scripts

License:MIT License


Languages

Language:Python 100.0%