I want to take text I have from scanning an OCR and construct an URL from it and search through chrome in python. I know I need to use
query_encoded = urllib.parse.quote_plus(query)
However I do not know how to implement this and opening chrome and searching through google.