Halo - The Weather App ¶
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¶
- Python 3
- Pip
Installation¶
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