terça-feira, setembro 21, 2010

Abrir uma URL via Python



>>> import webbrowser
>>> webbrowser.open('http://dropsdef.blogspot.com/')


fonte: http://www.doughellmann.com/PyMOTW/webbrowser/index.html

Nenhum comentário: