This project , Asks the user the name of a city as input and provides the weather and temperature(in celsius) as output.
The project is made using python and weather API. The weather API , I hv used in this project is from - https://openweathermap.org/api
New.video.mp4
- install Python 3.8.3 or above
- Sign up on https://openweathermap.org/api and you would get your API key.
- Further install this package using terminal:
pip install requests
- Clone this repository:
git clone https://github.com/abhijeet007rocks8/Dev-Scripts.git
- Change directory:
cd Python
cd Weather-teller
- Find main.py and run it.