Skip to content

Covid-19 UK Cases GUI is a Python-based application that provides a user-friendly interface to track and visualize the latest Covid-19 cases in the United Kingdom. It features real-time data, interactive graphs, and allows users to compare cases between different areas. Stay informed about the Covid-19 situation in the UK with this intuitive GUI.

Notifications You must be signed in to change notification settings

UdaykiranEstari/covid19-uk-gui-tkinter

Repository files navigation

COVID-19 UK Tracker: Interactive Graphical User Interface

This project is a graphical user interface (GUI) developed using Tkinter, a Python library, to display COVID-19 cases in the UK. It provides a user-friendly interface for users to visualize and track the spread of the virus across different regions in the UK.

interface

Features

  • Real-time data: The GUI fetches the latest COVID-19 data using an API from reliable sources and displays it in a visually appealing manner.
  • Interactive Graphs and Plots: All visualizations are interactive, allowing users to zoom in, pan, and hover over data points for detailed information. The graphs and plots are created using Plotly, providing a rich set of functionalities.
  • Date selection: Users can select specific dates using a pop-up calendar widget, enabling them to analyze COVID-19 cases for a particular time period.
  • Comparison of places: The GUI allows users to compare COVID-19 cases between different places or areas. Users can select the places of interest from a dropdown menu, providing a convenient way to focus on specific locations.

Prerequisites

Install the required packages listed in the requirements.txt file.

pip install -r requirements.txt

The requirements.txt file contains the specific versions of the packages required for this project. Pip will automatically install the necessary dependencies for you.

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/covid19-uk-gui-tkinter.git
    
  2. Navigate to the project directory:

    cd covid19-uk-gui-tkinter
    
  3. Run the application:

    CovidCases_Interactive GUI.py
    
  4. The GUI will launch, displaying the COVID-19 cases in the UK. Explore the different features and interact with the interface to analyze the data.

Images

GUI

Data Sources

The COVID-19 data used in this project is obtained from reliable sources such as:

Contributing

Contributions to this project are welcome. If you find any issues or have suggestions for improvement, please create a new issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • The creators of Tkinter for providing a powerful and versatile GUI library.
  • The contributors to the COVID-19 data sources used in this project for providing reliable and up-to-date information.

About

Covid-19 UK Cases GUI is a Python-based application that provides a user-friendly interface to track and visualize the latest Covid-19 cases in the United Kingdom. It features real-time data, interactive graphs, and allows users to compare cases between different areas. Stay informed about the Covid-19 situation in the UK with this intuitive GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages