Skip to content

KoushikNavuluri/WEATHER-FORECASTING-WITH-PYTHON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WEATHER-FORECASTING-WITH-PYTHON

WEATHER FORECASTING USINGPYTHON.

==========================

1.	What is wttr?
2.	What is requests Module
3.	How to forecast weather using Python

What is wttr?

wttr — the right way to check the weather!

wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.

wttr.in uses wego for visualization and various data sources for weather forecast information.

If you wish to know more about it, you can refer to wttr's GitHub Repo.

Module Used:

import requests

Requests is a simple, yet elegant HTTP library. It allows you to send HTTP/1.1 requests extremely easily. Requests officially supports Python 2.7 & 3.5+.

If you wish to know more about it, you can refer to Requests Module Documentation.

About

WEATHER FORECASTING USINGPYTHON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages