Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 485 Bytes

IP Information Lookup

Header

This Python script allows you to retrieve detailed information about an IPv4 or IPv6 address, including reverse DNS, ISP, country, region, and whether it's a private IP.

Prerequisites

Before running the script, you need to install the required Python libraries. You can install them using pip:

pip install ipinfo colorama tabulate

Note

You need to have IPinfo API Access key to run this program