A desktop application to track the latest COVID-19 information using Python, KivyMD and RapidAPI for fetching information.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.6 or higher
- KivyMD
- RapidAPI account
- Python-Dotenv
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
Video-Fri-Feb-17-2023-01-32-00.webm
- Python - The programming language used
- KivyMD - The GUI framework used
- RapidAPI - The API platform used to fetch information
This project is licensed under the MIT License - see the LICENSE file for details.