Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.lang.python > #7587

Re: Open browser

From atm <atm@fartwebnet.it>
Newsgroups it.comp.lang.python
Subject Re: Open browser
Date 2015-08-17 14:27 +0000
Organization Aioe.org NNTP Server
Message-ID <mqsr03$ek5$1@speranza.aioe.org> (permalink)
References <2JGtx.28526$pt.18389@tornado.fastwebnet.it>

Show all headers | View raw


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/

Back to it.comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

Open browser Smith <smith@a-team.it> - 2015-07-28 10:05 +0200
  Re: Open browser atm <atm@fartwebnet.it> - 2015-08-17 14:27 +0000

csiph-web