Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 321 Bytes

File metadata and controls

17 lines (12 loc) · 321 Bytes

It is a simple IP locator which takes ip address from the user and makes an API call to ip-api.com and displays the information to you.

Prerequisites

Python requests module

HOW TO INSTALL

Windows-

pip install requests

Linux -

sudo pip install --upgrade pip 
pip install requests