python script to get current temperature in F*
Go to file
VincentKnightTesting e1af380c26 made it work
2022-05-02 14:38:54 -05:00
README.md Added proper instructions 2022-05-02 14:18:15 -05:00
requirements.txt initial script, will add country support and maybe celsius support later 2022-05-02 14:08:29 -05:00
weather.py made it work 2022-05-02 14:38:54 -05:00

weather-python

yeah run

pip install -U requirements.txt

to install dependencies

then run

python weather.py -h

to see how you use it.