This is a simple web-based weather application that provides current weather information for any location. The app is built using Flask, a Python web framework, and styled with HTML and CSS.
The Weather App allows users to:
- Enter any location in the search bar and receive the current weather information for that location
- View the temperature in Celsius or Fahrenheit
- View the humidity, pressure, and wind speed for the selected location
- Get a visual representation of the weather conditions through the app's background image, which changes based on the weather conditions of the location entered.
To use this app, you must have the following installed:
- Python 3.x
- Flask
To install Flask, use the following command:
$ pip install Flask
After installing Flask, clone this repository and navigate to the app directory. Run the following command to start the app:
$ python app.py
The app should now be running on your local machine.
If you want to contribute to this project, please feel free to fork the repository and submit a pull request. Any help is greatly appreciated!
This app was built by Yash Triyar using the following technologies:
- Flask (https://flask.palletsprojects.com/en/2.0.x/)
- Python (https://www.python.org/)
- HTML
- CSS
This project is licensed under the MIT License.