An open API service indexing awesome lists of open source software.

https://github.com/selcuk05/leaflet_on_tkinter

A basic tutorial to display LeafletJS maps with Folium, CEFPython and the Tkinter GUI Framework
https://github.com/selcuk05/leaflet_on_tkinter

folium leafletjs map tkinter worldmap

Last synced: 7 months ago
JSON representation

A basic tutorial to display LeafletJS maps with Folium, CEFPython and the Tkinter GUI Framework

Awesome Lists containing this project

README

          

# leaflet_on_tkinter
A basic tutorial to display LeafletJS maps with Folium, CEFPython and the Tkinter GUI Framework

## Things to do beforehand
```
pip install cefpython3==66.0
pip install folium
```

## Is the map configurable?
You can configure the map as much as you want with Folium's & LeafletJS' features.

## Documentations for used libraries
Folium & LeafletJS
https://python-visualization.github.io/folium/
https://leafletjs.com/reference.html

CEFPython
https://github.com/cztomczak/cefpython

Tkinter
https://docs.python.org/3/library/tk.html