0% found this document useful (0 votes)
3 views2 pages

Python Weather App with OpenWeatherMap API

The document outlines a project for a Weather Information Application developed in Python that utilizes the OpenWeatherMap API to fetch real-time weather data based on user-input city names. It aims to demonstrate API usage, real-time data retrieval, and features a user-friendly menu-driven interface. The project emphasizes practical applications of Python programming and requires Python 3.x and an internet connection.

Uploaded by

Priya Suman
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Python Weather App with OpenWeatherMap API

The document outlines a project for a Weather Information Application developed in Python that utilizes the OpenWeatherMap API to fetch real-time weather data based on user-input city names. It aims to demonstrate API usage, real-time data retrieval, and features a user-friendly menu-driven interface. The project emphasizes practical applications of Python programming and requires Python 3.x and an internet connection.

Uploaded by

Priya Suman
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ACADEMIC YEAR: 2025–26

SUBJECT: COMPUTER SCIENCE (083)

PROJECT TITLE:

Weather Information Application using Python and OpenWeatherMap API

ABSTRACT:

This project presents a Python-based Weather Information Application that retrieves real-
time weather data using the OpenWeatherMap API. The application allows users to input a
city name and obtain key weather parameters such as temperature, humidity, weather
conditions, and wind speed. By utilizing HTTP requests and JSON data parsing, the project
demonstrates the practical implementation of APIs in Python. The menu-driven interface
enhances usability and strengthens understanding of real-world applications of Python.

INTRODUCTION:

Weather information plays an important role in daily life. This project uses Python and APIs
to fetch live weather data for user-specified cities.

OBJECTIVES:

- To understand API usage in Python

- To fetch and display real-time weather data

- To build a menu-driven program

SOFTWARE REQUIREMENTS:

Python 3.x, Requests Library, Internet Connection

SOURCE CODE:

(Refer to project file)


CONCLUSION:

The project demonstrates effective use of Python and APIs to build a real-time application.

You might also like