Skip to content

Covid Tracking Application for Indian States, build with KivyMD & Python. This Project is under Delta Winter of Code (DWOC 2023) and is available in the Play-With-Python Repository by World-of-ML.

License

pooranjoyb/Covid-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker App

A desktop application to track the latest COVID-19 information using Python, KivyMD and RapidAPI for fetching information.

This project is under DWOC'2023

DWOC'2023 Banner

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.6 or higher
  • KivyMD
  • RapidAPI account
  • Python-Dotenv

Installing

Clone the repository and install the required packages.

git clone https://github.com/pooranjoyb/Play-With-Python.git
cd '.\Covid-App\'
pip install -r requirements.txt

Create a .env file in the '.\Covid Tracker App' directory and add as follows

API_KEY="<yout-RapidAPI-key>"
API_HOST="covid-19-coronavirus-statistics.p.rapidapi.com"

Click here to get your API-KEY

Start the app.

python main.py

Demonstration

Video-Fri-Feb-17-2023-01-32-00.webm

Built With

  • Python - The programming language used
  • KivyMD - The GUI framework used
  • RapidAPI - The API platform used to fetch information

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Covid Tracking Application for Indian States, build with KivyMD & Python. This Project is under Delta Winter of Code (DWOC 2023) and is available in the Play-With-Python Repository by World-of-ML.

Resources

License

Stars

Watchers

Forks

Languages

  • kvlang 69.0%
  • Python 31.0%