A feature-rich command-line weather application built with Python.
It fetches real-time weather information using the OpenWeather API and presents it in a clean, colorful terminal interface powered by Rich.
Added basic structure. Enter city name and it will tell temperature, feels like, max. temp, min. temp, visibility, sunset time, sunrise time and many more.
Next update- Making everything in colored table and adding error handling.