Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.54 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.54 KB

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.