/Europe_travel_check

This code will output a map pf Europe and differentiate between countries the user traveled to and the ones the user didn't.

Primary LanguagePython

Europe_travel_check

This code will output a map of Europe and differentiate between countries the user traveled to and the ones the user didn't.

The user should adjust the visited_countries list in main.py , the list should be only of country codes of 2 capital letters found here.

Requirements

Data

We will be using the Eurostat dataset

Results

For example if a user only visited France and Italy he should have the list as follows : visited_countries = ['FR','IT'] and we will have this map as results:

map.png