Skip to main content

The Weather Data Scrap Application extracts weather data from the popular website timeanddate.com.

Project description

Weather-Data-Scrap-WWDS

Description

The Weather Data Scrap Application is a Python-based web scraping tool that extracts weather data from the popular website timeanddate.com. The application utilizes the BeautifulSoup library to parse the website's HTML content and retrieve valuable weather information for 140 most popular cities.

Features

Easy-to-Use: The application provides a user-friendly interface, making it simple for users to specify the location and date range for weather data extraction.

Accurate Data: By leveraging timeanddate.com's reliable weather data, the application ensures that users receive accurate and up-to-date weather information.

Data Export: Extracted weather data is stored in an Excel file, allowing users to access and analyze the information for future reference.

Functionalities:

worldWideReport():

This Generates the world wide weather reports in list format.

saveToExcel():

This Generates the world wide weather reports in an excel sheet.

Example

from TimeanddateScrapper.worldweather import Weather
w = Weather()
print(w.worldWideReport())
w.saveToExcel()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TimeanddateScrapper-0.0.5.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

TimeanddateScrapper-0.0.5-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page