This applications emails a plot showing the percentage of GDP by country owned by billionaires from "Forbes List Richest People of the World" to the email address that you introduce.
-Starting from the "Forbes List of Millionaires 2018" the app will webscratch from Wikipedia the GDP by Country.
-It will generate an horizontal bar plot showing the percentage of GDP own by billionaires.
-That plot will be emailed to the email address that you introduce.
Please take into account that emailing credentials are register in a .env file that need to be previously created and not included in this repo. Credentials can be introduced directly into the code, but not recommended.
There is a requirements.txt file with all the libraries used.