How can I find local IP addresses (i.e. 192.168.x.x or 10.0.x.x) in Python platform independently and using only the standard library?
Note: This is not using the standard library, but quite simple.
$ pip install pif
from pif import get_public_ip get_public_ip()