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.
Before running the script, you need to install the required Python libraries. You can install them using pip:
pip install ipinfo colorama tabulate
You need to have IPinfo API Access key to run this program