Profile picture of Archit Nishad

Archit Nishad's Projects

1 project • View Full Profile

Weather app

This Weather App is built using Python ’s Tkinter library for the Graphical User Interface (GUI) and the OpenWeatherMap API to fetch real-time weather data. It allows users to check the current weather conditions, temperature, pressure, and description of any selected location (city or state). Tools and Technologies Used 🐍 Python 3 – Programming language used for the project 🖥️ Tkinter – For designing the Graphical User Interface (GUI) 🌐 Requests – For fetching live data from the API ☁️ OpenWeatherMap API – Provides real-time weather information 📦 PyInstaller – Used to convert the Python script into an executable (.exe) file