A simple command-line program for get details of weather from google.
Program is currently in Stable version
- 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
Humidity
Precipitation
Temprature
Wind speed
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.