This weather CLI app was built using standard Python modules and OpenWeatherMap API to retrieve weather conditions of cities around the world.
It takes in city as an argument and the temperature can be defined at the start of the program.
The weather app can be installed via Pip
pip install weather-app-cliTo run this app, ensure Python 3.5+ is available on your system.
python3 -m weather {city} {-i}where {city} is the name of the city you would like to check and {-i} is used to set temperature to Celsius or Fahrenheit.
This app was constructed in relation to a tutorial on RealPython. Few modifications were made based on the author's preference😉.
Project was made with ❤ by Eric Alaribe