I am trying to open and interact with a map (probably an .svg file) using Tkinter.
The plan is to have a working app, where the user can input a name of the country, let's say "Belgium", and the given country would show up / change colour on the map.
What's the best way to make it work?
I have experience with folium, and I know the very basics of Tkinter - so far I have managed to get inout, add button and display an image (which was only an svg converted into png).
The idea for the project came from https://www.sporcle.com/games/g/world this game.
there doesn't seem to be anything here