Python Forum
[Tkinter] Search engine
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Search engine
#1
Hello Guys,
Here i need to develop a GUI Like a search engine.Whatever i give the input in my text box it should enter into the browser and search for the input and it should return the first 10 links of the input in a excel file.This all should run in background only.HOw should i do that.Here i simply created a UI with text box and go button.
from Tkinter import *
obj = Tk()
a = Label(obj,text="Top Findings:",font="-weight bold")
b = Entry(obj,width=100)
c = Button(obj,text="GO",width=5)
a.pack()
b.pack()
c.pack()
mainloop()
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Search data in treeview without search button TomasSanchexx 3 1,604 Aug-12-2023, 03:17 AM
Last Post: deanhystad
  [Tkinter] GUI help for search engine carzymind 0 2,657 Sep-27-2019, 10:49 AM
Last Post: carzymind
  [Tkinter] add search bar = search for input in all computer directory francisco_neves2020 15 10,909 Apr-14-2019, 07:29 PM
Last Post: francisco_neves2020
  [Tkinter] 3d engine in tkinter moo5e 2 4,165 Apr-09-2019, 01:08 PM
Last Post: moo5e

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020