Little project with matplotlib and pandas based on python Platzi courses.
The app create a pie chart of percentage of world population of Africa countries in png format, then you must enter a country name to obtain a bar chart with the population history of that country.
To run my code you must follow the following steps in your terminal
git clone
cd app
```sh
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py