I have python script which perfom google search and print a links to the results
import sys query = str(sys.argv[1]) try: from googlesearch import search