Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.27 KB

The Terminal Weather Tool.

Terminal based weather reporting tool coded in Python by @sakibulalikhan

How to download this tool?

 git clone https://github.com/sakibulalikhan/terminal-weather.git

How to use this tool?

First, go to the tool's folder. Then open 'terminal'. & give this command:

 python3 tw.py

Example:

image

If you get any error then give this command to install requirements.

 pip3 install -r requirements.txt

Now enter the City name. Like New York or else.

Example:

image

The weather result of the city you entered.

image

What can you do with this tool?

  • How is the Weather in the city.
  • How much Temperature is in the city & feel like.
  • How much Humidity is in the city.
  • How much visibility is in the city.
  • How much wind speed is in the city.