This application fetches the current weather data for your location and displays it in a graphical user interface using Tkinter. The weather data is obtained from the OpenWeatherMap API.
- Displays current temperature, high, and low for the day in both Fahrenheit and Celsius.
- Shows wind speed.
- Provides sunrise and sunset times.
- Displays current humidity levels.
git clone https://github.com/mariobx/weather-api-scrapper.git
cd weather-api-scrapper
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 weatherReport.py