Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hostname

Get Local Hostname From Ip Adress I.e. 192.168.1.x Python 3 On Windows 10

currently using:- import socket hostip='192.168.1.62' getip=socket.getaddrinfo(hostip,p… Read more Get Local Hostname From Ip Adress I.e. 192.168.1.x Python 3 On Windows 10