This is a program using the urllib
module to find the (html/any client-side script) source code of any website which exists.
Have fun!
Find Source Code from Website
import urllib
sourcecode = urllib.urlopen("http://www.any-website.com").read() #Replace any-website with whatever you like
print sourcecode
M.S. 53 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.