This is a command-line Python app that fetches the current temperature for any city using the Open-Meteo API. It uses a geocoding step to convert city names into latitude/longitude coordinates and then retrieves the weather.
- Prompt the user to enter a city name
- Geocode the city to get coordinates
- Fetch current temperature data in Celsius
- Display results in a friendly message
- Python 3.7+
requestslibrary
You can install dependencies with:
pip install requests