Skip to content

Latest commit

 

History

History

Weather_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Weather App

This is a simple Python script to fetch and display the current weather for a specified city using the OpenWeatherMap API.

🗒️ Description

The script takes a city name as input and retrieves the current weather information, including the weather description and temperature in Celsius. It handles various exceptions that may occur during the API request.

Requirements

  • Python 3.x
  • requests library

Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
  1. Navigate to the project directory:
    cd Simple-Python-Mini-Projects/Weather\ App
  1. Install the required Python modules:
    pip install requests

Usage

  1. Obtain an API key from OpenWeatherMap.
  2. Open the weather_app.py file and replace the placeholder API key (afe72a4da5b0392c920e53f98a0b7907) with your actual API key.
  3. Run the script:
    python weather_app.py
  1. Enter the city name when prompted to get the weather information.

Example

$ python weather_app.py
Enter the city name: London
Weather in London: clear sky
Temperature: 15°C