Is there a way to get the computer’s physical position using Python, preferably without an API, or with a free API? I’ve searched around a bit, and the only free API I’ve found is very, very inaccurate. I only need this to be somewhat accurate, as it’s for getting local weather.
Is there a way to get the computer’s physical position using Python, preferably without
Share
You can scrape it from a webpage like http://www.geoiptool.com/ for example.