Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 908 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 908 Bytes

image

OIBSIP_TASKNO4

Project Idea : Basic Weather App

Project Description :

○ Creating a weather app in Python that fetches and displays current weather data for a user-specified location (e.g., city or ZIP code) using a weather API.
○ Shows basic information such as temperature, humidity, and weather conditions.
○ Developing a graphical weather app with a user-friendly interface (GUI) using libraries like Tkinter or PyQt.

Key Concepts and Challenges Satisfied :

○ API Integration: Connect to a weather API and parse JSON data.
○ User Input Handling: Validate and process user input for location.
○ GUI Design: Create a user-friendly interface with input fields, weather data displays, and visual elements.