Skip to content

Simple code for checking weather forecast using Python

Notifications You must be signed in to change notification settings

drlima/weatherForecast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%