I need a library for a certain script and I don't know which one to choose,
I have the following page on a browser:
(Its in a table formation)
Date | Value | EDIT
Date | Value | EDIT
Date | Value | EDIT
Date | Value | EDIT
Date | Value | EDIT
...
Date and Value are text and EDIT is a button, I need to create a script that will
take the value, search it on google and open the edit in a new tab so my tabs will be:
Google result/EDIT page/Google result/EDIT page.....

Can anyone recommend me of a good library that can handle this?

I need a library for a certain script and I don't know which one to choose

What are the options that you are choosing from? This is the Python programming forum for posting programs written in Python. I don't know what you mean by "library", but there is nothing that exists in Python that I know of that already does this. I don't think there is a forum on this site for general questions such as yours, but if you ask on any other forum, here or otherwise, clarify the question by stating which libraries you are considering, and stating what terms like "open the edit in a new tab" mean. If "new tab"means from a web browser and not from a Python program, you may want to take a look at BeautifulSoup or Mechanize.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.