Um. People, it is very tough to create a fully functional web browser such as Firefox, IE, Chrome, Safari, etc. If you want to do something simple, how about using Python and a GUI toolkit to retrieve a website, then display it. It'd just have a simple address bar, and you type in the address, then it grabs the website's html, from connecting to port 80 of the ip address, and displays it. But it'd be very tough to make a fully functional browser all by yourself