项目作者: SubareeshKrishnan

项目描述 :
A simple python GUI showing the live Covid-19 cases and deaths of selected countries.
高级语言: Python
项目地址: git://github.com/SubareeshKrishnan/Covid19-app-tkitner.git
创建时间: 2020-07-17T13:16:22Z
项目社区:https://github.com/SubareeshKrishnan/Covid19-app-tkitner

开源协议:

下载


Covid19-app-tkitner

Table of contents

General info

A simple python GUI showing the live Covid-19 cases and deaths of selected countries.

Screenshot (20)

Screenshot (21)

Technologies

Project is created with:

  • Python version: 3.8.3
  • Tkinter version: 8.5
  • requests package version: 2.24.0
  • win10toast library version: 0.9

Setup

To run this project,

Install Tkinter

  1. pip install tkinter

Install requests package

  1. pip install requests
  • Click here for more details about requests.

    Install win10toast library

    1. pip install win10toast
  • Click here for more details about win10toast

    Customization

    Customize the App according to your desire.

  • Change the notification time. Currently set to 1 minute.
  • Add various field to the notification toast.

    .py to .exe

    Convert .py file to .exe file

    Install the pyinstaller module

  • pip install pyinstaller

    Instructions

  • Open your cmd and change your directory to the .py file.
  • Choose an Icon. Icon must be in .ico format.
  • Type pyinstaller -w -F -i (Your icon directory with file name) (filename.py) and hit enter.
  • Open the directory and go to Dist folder where you can find the App.

License

  • MIT licensed. See the License file for full details.