Path: csiph.com!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: atm Newsgroups: it.comp.lang.python Subject: Re: Open browser Date: Mon, 17 Aug 2015 14:27:15 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 20 Message-ID: References: <2JGtx.28526$pt.18389@tornado.fastwebnet.it> NNTP-Posting-Host: BmdwEWunaqHkdTtDnU7DZQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com it.comp.lang.python:7587 Il Tue, 28 Jul 2015 10:05:18 +0200, Smith ha scritto: > Ciao a tutti, > vorrei un suggerimento da parte vostra per la creazione di uno script > che apra una pagina web(www.google.it), digiti la parola da trovare e > che venga premuto il tasto "carca con google". > > Io ho iniziato con questo : > > import webbrowser > > new = 1; > > url ="http://www.google.it"; > > webbrowser.open(url,new=new); dai un'occhiata qua. http://scrapy.org/