A python command line application that takes the name of a city and returns its weather by requesting it from the public api: https://openweathermap.org/
To run this file you'll need a python interpreter and a key from:https://openweathermap.org/ . Copy the key as following to a python file you will name key.py : key ='YOURKEYHERE' Save the key.py file in the same directory as your interact.py file.