A lightweight and elegant command-line weather app built with Python and powered by the WeatherAPI. Enter any city name and get real-time weather updates directly in your terminal.
- 🌍 Global city support
- 🌡️ Real-time temperature, "feels like", and condition display
- ⚙️ Clean and simple command-line interface
- 🐍 Built with Python and the
requestslibrary - 📦 No bloat — just clean code and weather data
Enter a city name: ParisWeather in Paris, Île-de-France, France
Temperature: 21.4°C
Feels Like: 20.8°C
Condition: Partly cloudy- Python 3.7+
- Internet connection (to fetch weather data)
git clone https://github.com/your-username/weather-cli.gitcd weather-cli