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: about 1 month ago
JSON representation
A basic tutorial to display LeafletJS maps with Folium, CEFPython and the Tkinter GUI Framework
- Host: GitHub
- URL: https://github.com/selcuk05/leaflet_on_tkinter
- Owner: Selcuk05
- Created: 2021-11-14T09:34:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T09:42:23.000Z (over 4 years ago)
- Last Synced: 2025-11-28T10:29:56.563Z (7 months ago)
- Topics: folium, leafletjs, map, tkinter, worldmap
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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