/weather_news

get data about weather of your custom location

Primary LanguageJupyter NotebookMIT LicenseMIT

WeatherNews-img

weather_news

A simple command-line program for get details of weather from google.
Program is currently in Stable version

Search for a weather of your custom location:

  • Run program then type your favorite location then program will show you details
city = input("Enter your location:")
city = city.strip()
weather(city)

city = required

What details will the program show ?

Humidity
Precipitation
Temprature
Wind speed

Other info

Language of report is based on your ip.
Time that show in report is based on country you searched weather for.
Time of report specified before and it is not your real time, it has some tiny diffrance.

Example

Example-img