- Realtime weather report
- Powered by Rapid Api weatherapi.com
- Python 3.x
- requests
- colorama
- git clone https://github.com/the-glitch69/weather.git
- sudo apt-get update
- pip3 install -r requirements.txt
- Please ensure to edit the
weather.py
file with your valid information, including your API key, latitude, and longitude. - You can get the api here.
- To run the script, please make sure you are in the directory where the script is located, and execute the command python3 weather.py.