python-scripts/scripts/Public_IP_Address
2022-09-16 23:29:42 +05:30
..
my_public_ip.py add: Get your public ip 2022-09-16 23:29:42 +05:30
README.md add: Get your public ip 2022-09-16 23:29:42 +05:30

Public IP Address

Find your external IP address on the internet

It is a python code to make a request to http://checkip.dyndns.org, which in turn send a response back with your External IP address.

This response is in HTML so it also extracts only useful information from it and prints it as an output.

Usage

  • Clone the repo
  • open the Public IP Address folder
  • run python my_public_ip.py
  • You just recieved your public IP.