Skip to content

hamdyaea/WeatherMeteo

Repository files navigation

Awesome Code style: black Python

Weather Meteo in Python 3

Screenshot

What's this software ?

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.

Download the Windows .exe version :

You can run it with Python 3 and the right libraries or for Windows you can use the .exe software that I created there :

Download Weather-Meteo-Worldwide Download Weather-Meteo-Worldwide

Language selection

Screenshot

Enter a location

Screenshot

What you need to make it work :

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

How to launch this software :

python3 meteo.py

Requirements :

If you miss a module, install it pip install module-name.

Your user must have read and write access on the current running directory.

Developer - Author

Hamdy Abou El Anein

Homepage

http://www.daylightlinux.ch

Releases

No releases published

Packages

No packages published

Languages