Skip to content

Releases: danzddev/WeatherApp

Release v.01

12 Jul 14:31
91d5213

Choose a tag to compare

Release Notes

Version 1.0.0 (2024-07-12)

Initial release of the Weather Forecast App.

Features

  • City-based weather search functionality
  • Display of current weather conditions:
    • Temperature in Celsius
    • Wind speed in meters per second
    • Weather description
    • Weather icon
  • Last updated time display
  • Animated UI elements:
    • Glowing effect for location and weather description
    • Fade-in animation for weather information display
  • Dark mode interface
  • Error handling for invalid inputs and API failures
  • Copyright information

Technical Details

  • Built with Python 3.7+
  • Uses customtkinter for the GUI
  • Integrates with Open-Meteo APIs for geocoding and weather data
  • Implements custom GlowLabel widget for animated text
  • Utilizes threading for non-blocking API calls

Known Issues

  • None at the time of release

Future Improvements

  • Add support for multiple temperature units (Fahrenheit, Kelvin)
  • Implement extended forecast functionality
  • Add location auto-complete feature
  • Introduce settings menu for customization options

We hope you enjoy using the Weather Forecast App! Your feedback is valuable to us as we continue to improve and expand its features.