Skip to content

A python based command line weather program which returns the current weather of the given location. Project submission for GitHub Copilot Hackathon by Microsoft.

Notifications You must be signed in to change notification settings

Pooja-Upadhyaya/Command-Line-Weather_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line-Weather_tool

Project Submission for Github Co-pilot Hackathon by Microsoft

Weather CLI Tool 🌤️ A simple command-line interface (CLI) tool that provides real-time weather information using the OpenWeatherMap API. This lightweight application allows users to quickly check detailed weather conditions for any city directly from their terminal. Features

Current temperature with "feels like" metrics Temperature range (min/max) Atmospheric pressure and humidity levels Cloud coverage percentage Wind speed Sunrise and sunset times Local timezone information Visual weather indicators using emoji icons Country identification

Usage python weather_tool.py [city_name]

Requirements Python 3.x requests library OpenWeatherMap API key

The tool provides weather data in a clean, easy-to-read format with intuitive emoji representations for different weather conditions. Perfect for quick weather checks without leaving your terminal.

You can watch the protoype of output in File prototype i.e. in jpg format run in command line - pipenv shell To run the program - python weather_tool location_name

About

A python based command line weather program which returns the current weather of the given location. Project submission for GitHub Copilot Hackathon by Microsoft.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published