Skip to content

mariobx/weather-api-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Weather Report Application

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.

Features

  • 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.

Setup Instructions

1. Clone the Repository

git clone https://github.com/mariobx/weather-api-scrapper.git
cd weather-api-scrapper

2. Create the Virtual Enviorment

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

3. Run the script

python3 weatherReport.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages