[Tutor] using pythnn to open a password protected website

2010-03-19 Thread richard west
Hi, Im trying to use python to open up a password protected website(e.g. facebook / gmail) in Firefox. supplying the login and password automatically at runtime - so that I can interface my code with fingerprint recognition code. So far I have only found urllib, urllib2 and web browser, none of wh

Re: [Tutor] Loops and modules

2007-12-06 Thread richard west
heres a partial solution. theres no error checking on the Raw Input and you have to type in you last number and press return, before the loop will break, but its a start! #!/usr/bin/python # Filename : math_test.py import time import threading class Timer(threading.Thread): def __init__(self