Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.2 KB

README.md

File metadata and controls

54 lines (37 loc) · 2.2 KB

Covid_News (CoVBOT)

A simple interface for viewing local and recent covid news, articles and local cases based on zipcode for state of Virginia.

Team Drunk Bits :

Tkinter Based GUI for CoVBOT

  • Tkinter based gui is created for the bot. This allows BOT to be interactive with users and at the same time provide users with all the necessary infromation related to the COVID-19 Pandemic.
  • This BOT can be used to fetch news, articles and daily COVID-19 cases in each county based on the zipcode provided for the state of VA.
  • The main program is located in the directory gui-tkinter along with all the dependent code and program files.

Software Engineering Process Involved

  • Our team Drunk Bits conducted weekly two scrum meetings to check and inform about the personal status of each developer.
  • We used an online virtual KANBAN board from www.kanbantool.com to track the progess of the project.

Dependencies

  • Flutter
  • Python 3.0 or newer
    • BeautifulSoup
    • pyttsx3
    • tkinter



Build Instructions

flask run


then (in another terminal)

flutter run

Setting up Flutter

Following this tutorial: [codelabs](https://codelabs.developers.google.com/codelabs/flutter#1\ Download the flutter SDK here
Since flutter is almost 3GB, I suggest moving the directory location before adding to enviroment path variables. Also know when the flutter install location is,because if you are debugging in chrome, you will probably need to add '--disable-web-security' to the launch arguments to connect to a local flask server.
Once you have flutter installed, if you're using Visual Studio Code, download the Flutter extension from the marketplace. If not, there are tools for using Flutter with other IDEs here