This is an Weather Application made in Python using Tkinter library.The source code is available to everyone under the standard MIT license. The Libraries used are:
1. tkinter
2. pillow
3. json
4. requests
5. bs4
6. python-decouple
The API used for Fetching the weather data is by OpenWeather.
Link: Weather App
Note: You need to have Python installed in your Local Machine if not, first install it from here.
Step 3) Go to OpenWeather, Copy your own API Key from My API Key section, after creating an account.
pip install tk pillow json bs4 requests python-decouple