Hi Lewish95, thanks for your detailed help. I couldn't make it happen as you suggested.
could you give a few code lines
thanks
User Profile
Collapse
-
Thanks Lewish95. Very detailed and instructive reply. RegardsLeave a comment:
-
Displaying text on screen from a text file
Hello,
I want to show 3 words at a time from a textfile or pdf. At a specified rate (select time 1/10 to 300 sec). A GUI based display
Code:f = open("demofile.txt", "r") for x in f: print(x) input() f.close()
No activity results to display
Show More
Leave a comment: