Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1017 Bytes

File metadata and controls

43 lines (29 loc) · 1017 Bytes

Py IP Locator

Video Demo :

Screenshots :

This is an image

This is an image

This is an image

Description :

  • A python program which displays the information about an IP Address such as Network, Version, City, Region, Country, Organization(service provider), postal code and time zone.
  • It also stores the location of the IP Address in a file named map.html located in the same directory.

Pre-requisites :

  • Python 2.x and above
  • sys Module
  • Geocoder Library
  • re Library (Regular Expressions Library)
  • ipapi Library
  • folium

Fulfill Pre-requisites :

pip install os-sys
pip install geocoder
pip install regex
pip install ipapi
pip install folium

Usage :

  • python project .py ip_address
  • For Example : python project.py 127.0.0.1