https://github.com/coderookie0/world-population-py
world-population Python
https://github.com/coderookie0/world-population-py
charts python
Last synced: 4 months ago
JSON representation
world-population Python
- Host: GitHub
- URL: https://github.com/coderookie0/world-population-py
- Owner: CodeRookie0
- Created: 2023-05-11T18:36:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T18:42:31.000Z (about 2 years ago)
- Last Synced: 2025-01-10T16:49:13.547Z (6 months ago)
- Topics: charts, python
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# world-population-py
## Project Description:
- this program retrieves data from a file (name given by the user), which contains population data from 1970 to 2022 for each country (file name: World Population.txt)
- the program performs calculations on data (such as the percentage change in population between 1970 and 2022 for each continent, the share of each continent's population in the world's population (%), etc.)
- the program creates charts on the basis of data from calculations
- the program creates a file (name and type of file given by the user) and saves data from calculations in it
## Screenshots


