Skip to content

ryyhan/pyip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

pyip scanner!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages