/weather-app

Simple weather app built in Python that works by sending an API Request to openweathermap

Primary LanguagePython

weather-app

The app functions by sending an API request to openweathermap. In order to use it you need to put in your own API-Key which you can retrieve from openweathermap.org.

It uses a GUI that was programmed in tKinter and it provides basic information such as high temperature, low temperature, current temperature and also whether it is windy, sunny, etc.

Steps to run the project

  • Run the command-> pip3 install -r requirements.txt
  • After that you can run the file weather.py using: python3 weather.py