tkintermapview

Using Geopy to place (tkintermapview) Markers on Addresses that are pulled from a Spreadsheet

Using Geopy to place (tkintermapview) Markers on Addresses that are pulled from a Spreadsheet Question: I am attempting to get Addresses from a Spreadsheet.. Convert those Addresses to Latitude and Longitude.. Then Add Markers to those Coordinates on a TkinterMapView Map. I used openpyxl to make a Workbook: wB = load_workbook(‘HoldingCats(1).xlsx’) wS = wB.active column_b …

Total answers: 1