Fetch and view weather conditions for any city right from a user-friendly GUI.
-Python -requests module -Install the required Python module with: pip install requests
🌡 Fetch current weather conditions. 📅 Forecast for upcoming days. 🌀 Storm alerts based on conditions. 🔧 Choose between Celsius or Fahrenheit.
- Clone and Navigate: git clone https://github.com/Bisalkumar/Weather_Forecaster.git
- cd weather_forecaster
- Run the App: python weather_app.py
- Input City: Type the name of the city.
- Choose Units: Select Celsius or Fahrenheit.
- Get Weather: Click on "Fetch Weather" to view the conditions.
Contributions are welcome! Please read the CONTRIBUTING.md file for more details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
-Special thanks to tinkter for their comprehensive gui library. -Appreciation to all contributors and testers for making this better.