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