Python GUI Tutorial - 35 - search app - part 2

preview_player
Показать описание
In this video, you'll learn how we can make a simple search app using tkinter and wikipedia api.

code used in this video -

from tkinter import *
import wikipedia

def get_me():
try:
except:

root = Tk()

topframe = Frame(root)
entry = Entry(topframe)
button = Button(topframe, text="search", command=get_me)

bottomframe = Frame(root)
scroll = Scrollbar(bottomframe)

------------------------------------------------------

so i'm sure your queries like -

- how to make search app in tkinter Python?
-how to make question answer application in tkinter Python?
- how to use wikipedia API in Python?
- what is the use of wikipedia api in Python?
- how to make executable file in tkinter Python?
- how to make exe file for a gui app in Python?
- how to install wikipedia api in python?
- how to develop gui application in Python?
- how to fetch information from wikipedia to Python program?
have been solved.

if you have any problem related to this video then please let us know in comments.

contact us-
Рекомендации по теме
Комментарии
Автор

Few years ago I did have trying to search for the tutorial of GUI like like this. Thanks for your support

amandarash
Автор

Nice sir very nice
Watching your all videos of this playlist
.
.
Will u plzz make videos on pyqt5, kivy
.
.
And later android studio (java)

vinaya
Автор

sir please make a video for changing font style using combobox

muhammadabdurrehman
Автор

Can this can be used to search file or image from saved folder ??

mrsomnathroysnr
Автор

hello, how can we fix the internet connection at the end?

ahmedjemal
Автор

Hey, How to add an image on the layout. plz make a video on that topic.

ManishSharma-nimi
Автор

hello sir i got error like this raise PageError(title)
Page id "recive_vlaue" does not match any pages. Try another id! how solve this

konalroy
Автор

Their is some errors in the answer command please help me how can be correct it

aniketagrawal
Автор

How to increment this into the code?


To disable editing of the text box "the answer Box"
I've tried but it didn't work out.
Can you help me?

thecomedyeffect
Автор

import wikipedia is not working showing error after installing wikipedia

jivnesh
Автор

sir got an ModuleNotFoundError: No module named 'wikipedia'

sameersiddiqui
Автор

Sir, how to search only one students all information using search button

selinakhatun
Автор

"message": "Unable to import 'wikipedia'" I got an error but why?? first I install Wikipedia by using pip install Wikipedia then I import it on my program using import wikipedia

TOP-fxc
Автор

Sir i got an error when we run this program in
entry_value= entry.get()
In this line

satyamtiwari
Автор

gr8 video sir new subscriber on ur channel happy 2 subscribe sir aap python project par video banaye with database

shubhamarora
Автор

in get_me
entry_value = entry.get()
AttributeError: 'NoneType' object has no attribute 'get'
(sir this is error and program is not searching the words)

ittechsolution
Автор

bhaiyya mai kuch bhi daal raha hun to ek hi cheez aa rahi hai

nexgenofficial
join shbcf.ru