get TOS ipv4 python code example Example: python get local ipv4 hostname = socket.gethostname() local_ip = socket.gethostbyname(hostname)