Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check the temperature in various places around the world.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages