Skip to content

CamilaPua/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages