Hi,
I am developing a project that will receive the text through serial communication to my raspberry pi. Then the raspberry pi needs to google for the text received through serial communication and to display the browsed information in the monitor.
I used the command
urllib.urlopen("http://www.google.com") but its displaying the source code of the linked page, I need to view the webpage of the link.
Can anyone guide me please