Skip to content

Selcuk05/leaflet_on_tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages