This is a simple weather application built using a weather API. It allows users to search for weather information for any city in the world and displays the current weather conditions. The application is built using python and relies on the OpenWeatherMap API for weather data.
To use the weather app, you will need to obtain an API key from OpenWeatherMap. Once you have your API key, replace the API_KEY variable in the main file with your own key.
To use the application, simply run the program and it will automatically detect what your geo coordinates are. The application will display the current weather conditions.
This application was built by Konstantinos Antoniadis using the OpenWeatherMap API.