Sometimes we can not understand the dangerousness of a pandemic or sometimes we don't take this outbreak seriously. So I want to do something which actually makes aware people of how dangerous a pandemic can be.
It is a simple python GUI app which actually simulates an outbreak. A user can give some initial stats and can see what will happen to his or her region after his or her desired days. A red block represents dead people, a yellow block represents infected people and a green block represents healthy people. A user can visualize the pandemic how it is spreading. How people are dying, how fast people are getting infected everything. Also, stats will be shown in the console. So one can check the console for additional information.
First of all, I take some initial information like size of the population, infection rate, mortality rate, etc then make a calculation to visualize all the things.
This is my first python GUI app. So working with this was always challenging. Although I loved it.
In this project, I have used object-oriented programming. I am not an expert in it. But this makes my code neat and clean. I am very proud of successfully using it.
I have learned a lot. Object-oriented programming, python GUI, and a lot of calculation.
I will try to add a map with it so it gives the real vibe.