Re: search for a data in my browser via script

2017-02-07 Thread Meeran Rizvi
On Monday, February 6, 2017 at 8:13:17 PM UTC+5:30, Meeran Rizvi wrote: > Hello guys, > Here i am writing a script which will open my chrome browser and opens the > URL www.google.com. > But how to search for a data via script. > for example i need to search for 'Rose'

search for a data in my browser via script

2017-02-06 Thread Meeran Rizvi
Hello guys, Here i am writing a script which will open my chrome browser and opens the URL www.google.com. But how to search for a data via script. for example i need to search for 'Rose' in google.com via script. how to do that? import webbrowser url="www.google.com" chrome_path = 'C:\Program F

Re: Get Result based on the Top value

2017-02-06 Thread Meeran Rizvi
On Friday, February 3, 2017 at 5:35:13 PM UTC+5:30, Meeran Rizvi wrote: > Hello guys, > Here i am creating a GUI which will act as a search engine. > When you search for a data in search box it will fetch the results from the > very first page in browser and it is displayed in a

Re: Get Result based on the Top value

2017-02-06 Thread Meeran Rizvi
On Friday, February 3, 2017 at 5:35:13 PM UTC+5:30, Meeran Rizvi wrote: > Hello guys, > Here i am creating a GUI which will act as a search engine. > When you search for a data in search box it will fetch the results from the > very first page in browser and it is displayed in a

Get Result based on the Top value

2017-02-03 Thread Meeran Rizvi
Hello guys, Here i am creating a GUI which will act as a search engine. When you search for a data in search box it will fetch the results from the very first page in browser and it is displayed in a Text widget When the TOP value is 10 it should display only the first 10 results based on numbers

Re: Display a label while pressing the button in my GUI

2017-01-30 Thread Meeran Rizvi
On Monday, January 30, 2017 at 8:26:07 PM UTC+5:30, Meeran Rizvi wrote: > On Monday, January 30, 2017 at 8:19:47 PM UTC+5:30, Peter Otten wrote: > > Meeran Rizvi wrote: > > > > > On Monday, January 30, 2017 at 12:02:40 PM UTC+5:30, Meeran Rizvi wrote: > > >> H

Re: Display a label while pressing the button in my GUI

2017-01-30 Thread Meeran Rizvi
On Monday, January 30, 2017 at 8:19:47 PM UTC+5:30, Peter Otten wrote: > Meeran Rizvi wrote: > > > On Monday, January 30, 2017 at 12:02:40 PM UTC+5:30, Meeran Rizvi wrote: > >> Hello Guys, > >> Here i am creating a GUI which will act as a search engine that will

Re: Display a label while pressing the button in my GUI

2017-01-30 Thread Meeran Rizvi
On Monday, January 30, 2017 at 12:02:40 PM UTC+5:30, Meeran Rizvi wrote: > Hello Guys, > Here i am creating a GUI which will act as a search engine that will find the > results from the browser and save the results as a xls file. > When i typed something in my search box and c

Re: Display a label while pressing the button in my GUI

2017-01-30 Thread Meeran Rizvi
On Monday, January 30, 2017 at 12:02:40 PM UTC+5:30, Meeran Rizvi wrote: > Hello Guys, > Here i am creating a GUI which will act as a search engine that will find the > results from the browser and save the results as a xls file. > When i typed something in my search box and c

Re: Display a label while pressing the button in my GUI

2017-01-30 Thread Meeran Rizvi
On Monday, January 30, 2017 at 12:02:40 PM UTC+5:30, Meeran Rizvi wrote: > Hello Guys, > Here i am creating a GUI which will act as a search engine that will find the > results from the browser and save the results as a xls file. > When i typed something in my search box and c