A Python module to fetch your public IP address.
You can install the ip-address
module using pip:
pip install ip-address
You can use this module to retrieve your public IP address. Here's a basic example:
import ip_address as ip
address = ip.get()
print("Your public IP address is:", address)
Contributions to this project are welcome. If you have any improvements or bug fixes, please submit a pull request.
This project is licensed under the MIT License.