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.