aandavan
Advanced Member level 4
- Joined
- Aug 31, 2006
- Messages
- 104
- Helped
- 8
- Reputation
- 16
- Reaction score
- 7
- Trophy points
- 1,298
- Location
- india
- Activity points
- 1,918
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
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