Temperature-Measurement(Weather Fetcher)
A simple Python program that retrieves the current temperature for multiple cities using the Open-Meteo API.
Features Fetches real-time temperature data for any latitude and longitude. Supports multiple cities. Easy to extend to include additional weather parameters. Installation Make sure you have Python 3.x installed. Install the requests library if you don't have it: pip install requests Clone this repository: git clone https://github.com/yourusername/weather-fetcher.git cd weather-fetcher Usage
Edit main.py to change the cities or add new coordinates. Then run:
python main.py
Example output:
Paris: 18°C London: 15°C Tokyo: 22°C Netrakona: 28°C