Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 402 Bytes

wtw

Python script answering the question "what's the weather?"

Simple solution for people who has no windows. Just clone the repo and type:

python wtw.py City

to check the current weather in any city you like. For eg.

MemeLord:wtw kacperszmigiel$ python3 wtw.py Berlin
The weather in Berlin, DE is light rain
Temperature: 2.42 C
Pressure: 1006 hPa
Humidity: 93 %
Wind: 7.7 m/s

Enjoy!