Inspiration

This script is inspired by popular weather widgets available on the internet.

What it does

This script sources the accurate weather information of any city instantly.

How we built it

I used the OpenWeatherMap API to source the information and display's it beautifully on your console.

Challenges we ran into

Parsing the data returned from the API was a difficult task, howeven I managed to crack it and use it properly.

How to Use

Clone this repository

Create a Virtual Environment

pip install virtualenv
virtualenv venv

Install the necessary packages

pip install requests

Run the Code

python app.py
Share this project:

Updates