A simple and interactive weather application built with Python and PyQt5.
Enter a city name, and the app displays the current temperature, weather description, and an emoji representation.
- Enter any city name to get the current weather.
- Display temperature in Fahrenheit (customizable).
- Shows an emoji and a short description for quick glance.
- Clean and modern GUI built with PyQt5.
- Easy to extend and customize.

- Clone the repository:
git clone https://github.com/gabriel-c70/Weather.git
cd Weather
2.Create a virtual environment and activate it:
python3 -m venv .venv
source .venv/bin/activate # Mac/Linux
By Gabriel Blessed CEO of Open Minded AI
3.Install dependencies:
pip install -r requirements.txt
4.Usage
python "Current files/wordlist.py"