Giter Site home page Giter Site logo

covid-win10-notifier's Introduction

This is the covid notification system

Please first clone all the files then install the requirements using requirements.txt by issuing the following command in cmd:pip install -r requirements.txt Then run main.py

Covid-Win10-Notifier

For documentation visit the link given below

Documentation

Bitbucket Link

covid-win10-notifier's People

Contributors

ironmancool001 avatar

Watchers

 avatar

Forkers

wqfenno

covid-win10-notifier's Issues

Minor Error

I really appreciate this initiative , however , as I was going though the code , I couldn't help but notice something.
Screenshot 2020-10-23 at 11 45 43 AM

The last line of the function showInfo() says
toast.show_toast(title , message, icon_path='C://whatever//the//path//is.ico' )

This would only work on your system and if someone attempts to run it in their system , they would receive an error saying "Could not find the .ico file".

I suggest replacing the full path with the relative path. It should look something like this
toast.show_toast(title , message, icon_path='covid.ico' )

I hope this helps you ๐Ÿ‘

AttributeError

I am getting an attribute error in a line 12 of main.py. It says,

AttributeError: 'function' object has no attribute 'confirmed'

Steps I followed,

  • git clone
  • pip install -r requirements.txt
  • python main.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.