Get IP using Python
Up to table of contentsThis FAQ applies to: Any version.
How to get IP address of my computer?
import socket
socket.gethostbyname(socket.gethostname())
socket.gethostbyname_ex(socket.gethostname())
Get IP using PythonUp to table of contentsThis FAQ applies to: Any version. How to get IP address of my computer?
import socket |
This site conforms to the following standards: