It's a Python GUI program, made using Tkinter, Covid, Matplotlib modules. The program shows the stats and data of the COVID-19 of the user given country in a form of a pie chart. The Covid module takes the user given input as a parameter and fetch all the datas (total cases, active cases, recovered cases, deaths, longitude, latitude, etc). Then using Matplotlib, the datas are shown in a graphical format for user's convenience.
All contributions are welcomed. Follow these Guidelines:
- Step 1: Fork this Repo. (This will create a separate cloned repo of this one for you)
- Step 2: Make the Changes. Keep in mind the changes should be according to the contributing guidelines.
- Step 3: Commit the changes.
- Step 4: Click on Pull Request.
- For more detailed steps for How to Contribute or How to Sync, follow CONTRIBUTING.md file.