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


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

Open browser

From Smith <smith@a-team.it>
Newsgroups it.comp.lang.python
Subject Open browser
Message-ID <2JGtx.28526$pt.18389@tornado.fastwebnet.it> (permalink)
Date 2015-07-28 10:05 +0200

Show all headers | View raw


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);

Back to it.comp.lang.python | Previous | NextNext 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