OpenWeather
OpenWeather is a simple and efficient weather application that leverages the OpenWeather API to provide current weather information for any specified location. The app fetches weather data, including temperature, humidity, and general weather conditions, and displays it in a user-friendly format.
--Features:
Current Weather: Get real-time weather information, including temperature, humidity, and weather conditions. Location Search: Search weather data for any city or location worldwide. User-Friendly Interface: Simple UI designed for ease of use.
--Installation
Clone the repository:
git clone https://github.com/grimreapermanasvi/OpenWeather.git
cd OpenWeather
Install required dependencies:
pip install -r requirements.txt
Obtain an API key from OpenWeather by signing up for a free account.
Set up the API key in your environment or config file as API_KEY.
--Usage Run the application with:
python app.py
Enter the location for which you want weather information, and the application will display the current weather data.
--Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
--License
This project is licensed under the MIT License. See the LICENSE file for details.
--Acknowledgements
Thanks to OpenWeather for providing weather data APIs.