Fork-N-Forge / Python-Sala

Python-Sala is the Hub of standard python projects.
4 stars 49 forks source link

Create Weather App #14

Closed aniketakumari closed 12 months ago

aniketakumari commented 12 months ago

Pull Request: Real-Time Weather Data Script

I've created a Python script that uses the OpenWeatherMap API to fetch real-time weather data for a user-specified location.

Features:

  1. User inputs location (city).
  2. Script fetches weather data.
  3. Displays temperature, humidity, and conditions.
  4. Includes error handling for a smooth experience.

Purpose: Enhance the project with a versatile weather data tool for apps and scripts.

Testing: Script tested rigorously for accuracy and error handling.

Please review my PR for consideration.

Best regards, Aniketa