Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 693 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 693 Bytes

Terminal Weather application

This application displays wather information from weather.com through the terminal

How it works

Using BeautifulSoup and Selenium, the application scraps data from weather.com and parser the results onto your terminal

Concepts learned

  • OO concepts in python
  • Enum types

-- Libraries used

  • inspect
  • os
  • argparser
  • Enum

Issues and Fixes

Currently, Selenium webdrivers need to be fixed. The default choise was PhantomJS.

Notes:

  • Need to look into Selenium
  • Implement a similar version of application {Bitcoin monitor}
  • Intergrate other applications with terminal features.
  • point