Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I made my own web-browser

Name: Anonymous 2013-11-20 7:21


#!/usr/bin/env python2
import nltk
import urllib

print "Welcome to the Matrix Neo."
while True:
    url = raw_input("Can I get a URL? \n")
    print nltk.clean_html(urllib.urlopen("http://"; + url).read())

Name: Anonymous 2013-11-20 8:04

>>3
That's cheating.

#!/usr/bin/env python2
import webbrowser

print "Welcome to the Matrix Neo. Get ready to hack."
url = raw_input("Can I get a URL? \n")
webbrowser.open("http://"; + url)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List