This script retrieves your public IP address and performs a WHOIS lookup to get details about your network provider and the CIDR (Classless Inter-Domain Routing) associated with your IP address.
- Python 3.x
- The following Python libraries are required:
ipwhois
You can install the necessary libraries using pip:
pip install ipwhois