How To Make A Weather Checking App GUI Using Python Tkinter Frame Work & PIL & Requests Library

Published: 30 April 2022
on channel: Sam CodeHub
372
6

PIL is the Python Imaging Library which provides the python interpreter with image editing capabilities. The Image module provides a class with the same name which is used to represent a PIL image.
https://pillow.readthedocs.io/en/stable/

The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a beautiful, simple API so that you can focus on interacting with services and consuming data in your application.
https://docs.python-requests.org/en/l...

ttk is a module that is used to style the tkinter widgets. Just like CSS is used to style an HTML element, we use tkinter. ttk to style tkinter widgets. Here are the major differences between tkinter widget and tkinter.ttk
https://docs.python.org/3/library/tki...

Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.
https://pypi.org/project/beautifulsoup4/

Threading in python is used to run multiple threads (tasks, function calls) at the same time. Note that this does not mean that they are executed on different CPUs. Python threads will NOT make your program faster if it already uses 100 % CPU time.
https://docs.python.org/3/library/thr...


Watch video How To Make A Weather Checking App GUI Using Python Tkinter Frame Work & PIL & Requests Library online without registration, duration hours minute second in high quality. This video was added by user Sam CodeHub 30 April 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 372 once and liked it 6 people.