Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

vilhelmprytz/python-ip-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ip-library

This is a simple python module for fetching the users IP address.

Installation

To install, you need pip. If you do not have it already, install it on apt-get systems by typing: sudo apt-get install python-pip

Then run: sudo pip install iplibrary

How to use

Example:

from iplibrary.ip import *

print(getIP_all())

Support

Works with python 2.7 aswell as python 3.

Updates

This library was revamped at 31/3-17, redoing most of the code.