Hi python experts:<div>There are two network interfaces on my laptop: one is 100M Ethernet interface, the other is wifi interface, both are connected and has an ip address.</div><div>The question is: How to get the ip address of the wifi interface in a python script without parsing the output of a shell command like "ipconfig" or "ifconfig"?</div>
<div><br></div><div>OS: Windows or Linux</div><div><br></div><div>F.R</div>