acmpesuecc / weatherforecast

Weather Forecast is a simple GUI weather information search engine built using Python. Users can search for the weather based on cities.
MIT License
1 stars 17 forks source link

Create simple weather forecasting.py #41

Closed PrabinDumre closed 1 year ago

PrabinDumre commented 1 year ago

This Python script leverages the OpenWeatherMap API to provide users with real-time weather data for a chosen city. It's a user-friendly tool that takes user input for the city name and required API key, and then retrieves and displays the current weather details, including temperature and a brief description. The script showcases the practicality of APIs for accessing up-to-date information, making it a valuable resource for quick and convenient weather forecasting.

bunsamosa-bot[bot] commented 1 year ago

Thank you from Opening this Pull Request, @PrabinDumre ! A Maintainer will review it soon!

PrabinDumre commented 1 year ago

Simple python code for weather forecasting