/WeatherAPI

This is a Python script that demonstrates how to use the OpenWeatherMap API to get the current weather for a specified city. The script uses the Requests library to make a GET request to the API and parse the response data, and allows the user to specify the city and temperature units. The script comes with a README file that provides instructions.

Primary LanguagePython

Stargazers