Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 531 Bytes

Charts

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.

App Project

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