Syndrizzle / weather-app

A simple weather app made using tkinter.
MIT License
0 stars 2 forks source link
openweathermap python tkinter weather weather-app

Simple Weather App

This is a weather app I created using python, tkinter and the openweathermap API. This is a university project but it is here, for reference purposes.

How to run?

This was made and tested with Python 3.12.

Screenshots

Starting Screen:

image

When it displays the weather:

image

Creating an executable using PyInstaller

I made this compatible with pyinstaller (It was giving some problems initially), if you don't like running the app.py file again and again, you can create a one click executable to launch this.

Credits