Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 744 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 744 Bytes

GeoLocation finder

A simple Geo-location tracker using python and the geolocation data is fetching from the open source websites.

  1. Ip Address Locater : http://checkip.dyndns.com/
  2. Location Data : http://ipinfo.io/(XXXXXXXXX)//json
  3. XXXXXXXXX contains the your IpAddress.

Dependencies:

  1. python v3.x is required.

Installation:

windows:

py Script.py

Mac OSx:

  1. python3 Script.py (or)
  2. python Script.py

Linux:

  1. python3 Script.py (or)
  2. python Script.py

Steps to use:

  1. Simply run the file Run the file.
  2. It will display your details as shown below: (i) IpAddress. (ii) City. (iii) Region. (iv) Country. (v) Location. (vi) Postal. (vii) Organisation (Internet Provider)