Create Wikipedia Search Application using Python | Tkinter GUI and Wikipedia Library in Python

Опубликовано: 19 Сентябрь 2021
на канале: CodewithAP
289
0

In this video, we will create a Wikipedia search app using python. We will use Tkinter to create good looking GUI and Wikipedia library to get information as per the search query provided by the user. We will use the label, entry, and text fields of Tkinter to create GUI.

First, you need to install the Wikipedia library (pip install wikipedia) and then Tkinter ( check the video -    • How to install Tkinter GUI toolkit on...   ) for the installation process.

Thank you for watching!