Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 589 Bytes

File metadata and controls

16 lines (11 loc) · 589 Bytes

Weather App

A desktop weather application that uses the OpenWeatherMap API to fetch real-time weather data for any city. Built with Python and PyQt5, it displays the current temperature, weather condition, and a corresponding emoji through a clean GUI interface.

Setup

  1. Install dependencies: pip3 install requests PyQt5
  2. Get a free API key from OpenWeatherMap
  3. Create a .env file in the project folder with: OPENWEATHERMAP_API_KEY=your_key_here
  4. Run: python3 "API Weather App.py"

Built with

  • Python
  • PyQt5
  • OpenWeatherMap API