This python project is a project where you can indicate on a world map where you have been before. You can also give each location a label.
pip install pandas
pip install plotly
pip install pycountry
pip install requests
When you start the code you will see the following screen. You will be given three options:
- Going to the location page
- Going to the label page
- Going to the world map
Here you can add a location by typing the name of the location. You also need to add a label to the location. When you press the green plus symbol the longitude, latitude and country are requested from the location.
On the add location page you have a button Delete place. Here you can delete a location. When you click open the page all locations from your list will appear. You can also filter by countries and by labels. When you select a location and then click on the red cross, this location will be removed from your list.
On the add location page there is also a button add place manually. If you click on this you can add a location manually by adding a name, longitude, latitude country code and label. When you press the green plus the location will be added to your list.
Here you can create a new label. First you have to give the label a name and then choose a color for your label. When you press the green plus here the label will be added to the list.
In this frame you can remove a label. You can select the box for the label, and when you press the red cross this label will be removed from the list.
When you press the icon above you will see a map in your browser that is run locally. On this map you will see the locations in the colors that you have assigned to them with the labels.