About 253,000 results
Open links in new tab
  1. GitHub - TomSchimansky/TkinterMapView: A python Tkinter

    TkinterMapView is a tile based interactive map renderer widget for the python Tkinter library. By default, it displays the OpenStreetMap map, but you can change the tile server to whatever you like, and it also supports a second tile server for overlays like OpenSeaMap.

  2. Create a simple app in tkinter for displaying map

    Oct 6, 2017 · Below is my python code to take this CSV and put it on a map. folium.Marker(location=[row['Latitude'], row['Longitude']], popup=str(row['outlet_code']),icon=folium.Icon(color='red',icon='location', prefix='ion-ios')).add_to(map_osm) This will take display map_osm. Alternate …

  3. How To Add Maps To Your Tkinter App – Python Tkinter GUI …

    Apr 19, 2022 · In this video I’ll show you how to add Maps to your Tkinter apps Using the TkinterMapView Widget. The TkinterMapView Widget was created by Tom Schimansky and allows you to drop maps into your apps using the OpenStreetMap system, or other map systems.

  4. How do I make an interactive map in a Tkinter UI? : r/learnpython - Reddit

    Mar 4, 2021 · I want to add a topographic map and some elements from Openstreetmap (for buildings and roads) to use as a playground. But i cant find a good way to display the map inside a Tkinter UI window. I tried amongst other things:

  5. tkintermapview · PyPI

    Mar 30, 2023 · A python Tkinter widget to display image tile maps like OpenStreetMap or Satellite Images.

  6. Interactive geometric shape editor in Python with Tkinter

    Apr 25, 2025 · Learn how to create a Python program that enables users to draw and manipulate geometric shapes, such as rectangles and circles, on a Canvas using Tkinter.

  7. How to draw a bitmap real quick in python using Tk only?

    May 9, 2017 · There is a faster pure tkinter method: You can use put () to draw a rectangle with some color data (a string), in this case the whole image. This way you don't need the loop which is quite expensive.

  8. How To Add Maps To Your Tkinter App - Python Tkinter GUI

    In this video I'll show you how to add Maps to your Tkinter apps Using the TkinterMapView Widget. The TkinterMapView Widget was created by Tom Schimansky and allows you to drop maps into your apps using the OpenStreetMap system, or other map systems.

  9. openstreetmap - How to make a GUI map in Python - Geographic ...

    Aug 9, 2023 · I'd like to build a GUI for map like this one: https://www.youtube.com/watch?v=uzuiEnbVU2U but using OSM data. I know the syntax of Tk, but have a problem to put the map inside. Need some advices/tips to load the map tile inside the window asynchronous and make it scrollable.

  10. TkinterMapView/examples/map_view_demo.py at main - GitHub

    A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images. - TomSchimansky/TkinterMapView

Refresh