Ayo Adeniyi

Weather-App

Scope of Program

1) Fetch weather data: The program retrieves weather information for specified cities using the OpenWeatherMap API.
2) Store city data: It allows users to add new cities to a local SQLite database.
3) Display weather information: The program displays the fetched weather data, including city name, temperature, description, and icon, in a user-friendly format.
4) Delete cities: Users can remove cities from the database if needed.

Technologies Used

  • Python
  • HTML
  • CSS
Add New City