Re: [Tutor] Reading Program

2013-04-10 Thread bob gailer
On 4/8/2013 2:58 PM, Donald Dietrich wrote: I am just new to python programing, but would like some help developing a program for "flow reading" What I would like the program to do is use any .txt file like micorsoft word .txt file and flow the words across the screen one at time until the fi

Re: [Tutor] Reading Program

2013-04-08 Thread bob gailer
On 4/8/2013 2:58 PM, Donald Dietrich wrote: I am just new to python programing welcome. what other programming experience do you have? What version of python? and what OS? would like some help developing a program for "flow reading" What I would like the program to do is use any .txt file lik

[Tutor] Reading Program

2013-04-08 Thread Donald Dietrich
I am just new to python programing, but would like some help developing a program for “flow reading” What I would like the program to do is use any .txt file like micorsoft word .txt file and flow the words across the screen one at time until the file is come to the end. I would also like to c