Weather Caster is a simple weather forecast application developed using Python's tkinter library and OpenWeather API. It allows users to get real-time weather details of any city or location. The application displays weather conditions such as temperature, weather description, maximum and minimum temperature, humidity, pressure, and wind speed. Users can enter the name of their desired city in the provided text field, and the application will fetch and display the weather information using the OpenWeather API.
- Real-time weather forecast
- User-friendly interface
- Displays temperature in Celsius
Enter the name of the city in the text field and press "Enter" to get the weather forecast. The application will display the current weather condition, temperature, and additional weather details.
- Note: This application requires an internet connection to fetch weather data from the OpenWeather API. Ensure you have a valid API key before running the application.
Feel free to explore and enjoy the weather forecast with Weather Caster!