Description

This script helps the user to show network information such as ip address, getway, system type and public ip. Also, the user can extract information for any specific public ip he wants and the information to extract such as location, region, service provider and internet with google updates to locate the service provider

Installation

clone the repo

$ git clone https://github.com/Roxcoder/Locationinfo.git

change directory to Locationinfo

$ cd Locationinfo

Run as windows

$ pip install -r requirement.txt
$ python Locationinfo.py

Run as Linux

$ pip3 install -r requirement.txt
$ sudo chmod +x Locationinfo.py
$ python3 Locationinfo.py

GitHub

View Github