This python 3 software show you a weather report. It use https://wttr.in/ look at https://wttr.in/:help for more information about it.
You can run it with Python 3 and the right libraries or for Windows you can use the .exe software that I created there :
The last version of Python 3.
you also need to have the easygui library for python 3:
At least the version 0.98
sudo python3 -m pip install --upgrade easygui
You need wget for python 3:
sudo pip3 install wget
You need unidecode for python 3:
sudo pip3 install unidecode
python3 meteo.py
If you miss a module, install it pip install module-name.
Your user must have read and write access on the current running directory.
Hamdy Abou El Anein