This is a simple Python program that provides weather reports for specified cities using the requests library to fetch data from wttr.in. It displays the weather information in the console.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Download the repository.
git clone https://github.com/R-udren/api-weatherMoving into directory with program.
cd api-weatherYou need to install dependencies. Here is two ways.
python -m pip install -r requirements.txtpip install requestsLaunching program
python weather.pyIf you did everything according to the instructions, then there should be no problems. If there are still problems, pay attention to the console.
