Halo - The Weather App Build Status

Halo is a weather app written in python. You can quickly view the weather in your city and checkout the forecast and historic temperature trends. Halo is smart enough to identify your location based on your ip.

Prerequisites

  1. Python 3
  2. Pip

Installation

Ubuntu

You can download the package and extract it to a suitable folder. Then you can install it by running

sudo python3 setup.py install

Usage

After installing it, you can directly launch it either by searching for Halo among your installed apps, or from terminal by running

halo

Running directly from Source

You can directly run this code without the need of installing anything into your system. First, you will need to install the dependencies manually by running

pip3 install -r requirements.txt

Then run the python module by executing

python3 -m halo

Indices and tables