/WeatherFlu-Application

A user-friendly weather application built using Python and the Flet UI framework. This app is designed to provide real-time weather data with city-specific accuracy by seamlessly integrating data from the Weather API.

Primary LanguagePython

WeatherFlu Application

This is a simple Weather App written in Python using the Flet framework. It allows you to retrieve weather information for a specific city. The app makes use of the WeatherAPI to fetch weather data and displays it in a user-friendly format.

Features

  • Get weather information for a specified city.
  • Display various weather details including temperature, location, wind speed, and more.
  • Toggle between Celsius and Fahrenheit temperature units.

_2024-01-18 14-37-31

How to Use

  1. Clone this repository to your local machine.

  2. Make sure you have Python installed on your system.

  3. Install the required dependencies:

    pip install flet requests
    
  4. Run the app:

    python your_app_name.py
    

Replace your_app_name.py with the name of your Python script.

  1. The Weather App will open in a new window.

  2. Enter the name of the city for which you want to retrieve weather information in the input field.

  3. Click the "Get Weather" button or press Enter.

  4. The weather information for the specified city will be displayed on the screen.

Dependencies

  • Flet: Flet is a Python library for building graphical user interfaces (GUIs) in a simple and straightforward way.
  • Requests: Requests is a popular Python library for making HTTP requests to web services, which is used here to fetch weather data from the WeatherAPI.

Contributing

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your improvements.

Author

  • [Your Name]

Enjoy checking the weather with this app!