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.
- Python 3
- Pip
The easiest way to install halo is via snap.
To install the latest stable version,
user@ubuntu:~$ sudo snap install halo-weatherTo install the latest build,
user@ubuntu:~$ sudo snap install --edge halo-weatherMake sure the following binaries are present:
user@ubuntu:~$ sudo apt install python3-setuptools pkg-config libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0 python3-devTo install the package package using pip,
user@ubuntu:~$ pip3 install halo-weatherAfter installing it, you can directly launch it either by searching for Halo among your installed apps, or from terminal by running
$ halo-weatherYou can directly run this from source. First, you will need to clone the source code and install the dependencies manually by running
$ git clone https://github.com/cijo7/Halo.git && cd Halo
$ pip3 install -r requirements.txtThen run the python module by executing
$ python3 -m halo