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
- Host: GitHub
- URL: https://github.com/selcuk05/leaflet_on_tkinter
- Owner: Selcuk05
- Created: 2021-11-14T09:34:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T09:42:23.000Z (almost 4 years ago)
- Last Synced: 2023-09-16T05:39:33.358Z (about 2 years ago)
- Topics: folium, leafletjs, map, tkinter, worldmap
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- 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.htmlCEFPython
https://github.com/cztomczak/cefpythonTkinter
https://docs.python.org/3/library/tk.html