fetch_ip
is a Python module to retrieve the local and public IP addresses of your system.
- Fetch your local IP address.
- Fetch your public IP address using an external service (
https://api64.ipify.org
).
Install the module using pip:
pip install ip-fetcher-and-checker