Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 310 Bytes

File metadata and controls

14 lines (10 loc) · 310 Bytes

Temperature-with-API-OpenWeather

Python

Program to get the temperature of different cities thanks to the OpenWeather's API. To add more cities you can go in "villes" and put more like this : [city1] [city2] ...

To execute it, just execute the main file.

Modules :

  • json.tools
  • Tkinter
  • requests