Skip to content

shaluchan/Weather-forecasting-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Weather Tool

Welcome to the Weather Tool! This terminal-based application allows you to get the current weather information for any city using the OpenWeatherMap API.

Features

  • Fetches current weather data for a specified city.
  • Displays weather description, temperature, feels like temperature, humidity, and wind speed.
  • Adds colored text output for better readability.

Prerequisites

Before running the Weather Tool, ensure you have the following dependencies installed:

  • requests library for making HTTP requests.
  • colorama library for adding colors to terminal output.
  • pandas library (not directly used in this script but mentioned in your imports).

You can install these dependencies using pip:

pip install requests
pip install colorama
pip install pandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages