drlima / weatherForecast

Simple code for checking weather forecast using Python

Home Page:http://www.tempoagora.com.br

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check the Weather Forecast using Python

Check the the weather forecast for your city with this Python code (Brazilian cities only). Data from the website tempoagora.com.br.

Install dependencies with pip

pip install --user -r requirements.txt

Usage:

python3 weatherForecast.py

Checking the weather forecast on tempoagora.com.br
Input the data
State: sp
City: São Paulo


Weather Forecast for São Paulo - SP - Tempo Agora
Temperature:  18°C
Thermal sensation:  17°C
Wind Speed:  20.37 km/h
Pressure:  1026 mb
Humidity: 82.65%

About

Simple code for checking weather forecast using Python

http://www.tempoagora.com.br


Languages

Language:Python 100.0%