https://github.com/farial-mahmod/natural_disasters_visualization
Data visualization of death toll by natural disasters - written in Python3 using tkinter (GUI) and matplotlib (Visualization) .
https://github.com/farial-mahmod/natural_disasters_visualization
data-science graphical-user-interface natural-disasters visualization
Last synced: 11 months ago
JSON representation
Data visualization of death toll by natural disasters - written in Python3 using tkinter (GUI) and matplotlib (Visualization) .
- Host: GitHub
- URL: https://github.com/farial-mahmod/natural_disasters_visualization
- Owner: Farial-mahmod
- Created: 2021-02-21T09:08:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T19:33:33.000Z (over 2 years ago)
- Last Synced: 2025-02-15T14:34:11.156Z (about 1 year ago)
- Topics: data-science, graphical-user-interface, natural-disasters, visualization
- Language: Python
- Homepage: https://github.com/Farial-mahmod/natural_disasters_visualization
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Natural Disasters Visualization
#### Desktop app built using Python, tkinter & matplotlib
This repository consists of Python programs to visualize data i.e. number of death toll caused by natural disasters worldwide. Wikipedia's help has been taken to collect the data.
## Requirements:
1. Python 3.x
2. tkinter (for GUI)
3. matplotlib (data visualization)
## How To Use:
1. Open your terminal on Windows
2. Run: python3 dashboard.py
3. Choose from the options to visualize
#### Note: It can also be used on Linux and MacOS as long as the requirements are installed.
## Screenshots:
### Dashboard View

### Flood Data Visualization

### Famine Data Visualization

### Pandemic Data Visualization

### Earthquake Data Visualization
