• Stars
    star
    3
  • Rank 3,951,768 (Top 79 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is just a simple application, I make Covid-19 Tracker Application Using Python, which you can assume to be a medium level project.I am using three Python libraries in this. I create a GUI application to track the COVID-19 cases. First of all we need to use three different libraries here. 1. tkinter - for GUI 2. matplotlib - to show data graphically 3. covid - to get COVID data Now, I install "matplotlib" using the pip command given below "pip install matplotlib" Then, Python community has made a library to get the COVID-19 information easily. Library is "covid" and its so simple to use. You can download it using the pip command given below. "pip install covid"-----Type this command in your terminal to install and use this library. Now lets see and understand the code. And at last I say, Don't forget to run on your data during the running of this program.

More Repositories