https://github.com/swebi/mapmiles
Interactive Python GUI based distance calculator to find the distance between two places either through search or through coordinates. Made using Geopy, Nominatim, TkinterMapView, CustomTkinter
https://github.com/swebi/mapmiles
Last synced: about 1 year ago
JSON representation
Interactive Python GUI based distance calculator to find the distance between two places either through search or through coordinates. Made using Geopy, Nominatim, TkinterMapView, CustomTkinter
- Host: GitHub
- URL: https://github.com/swebi/mapmiles
- Owner: Swebi
- Created: 2023-08-15T18:11:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T05:22:28.000Z (over 2 years ago)
- Last Synced: 2023-10-31T06:26:52.988Z (over 2 years ago)
- Language: Python
- Size: 2.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapMiles
Interactive Map Based Python GUI based project to find the distance between two places either through search or through coordinates. Made using Geopy, Nominatim, TkinterMapView, CustomTkinter
Libraries:
Tkinter, CustomTkinter,Geopy,TkinterMapView,Pillow
Usage:
Search Using Addresses
Or
Right Click on the map and set to and from locations to search and find the distance, view the path
Note:
(Address must be available on OpenStretMap as Nominatim works on it)
Nominatim does not return a valid latitude and longitude for areas like oceans, seas and Antarctica
Images:
Address Search

Coordinates (Right Click) Search
