I want to write a small program that displays auto-scrolling news ticker text from left to right (with Tkinter?),or at least some GUI.
The text should come from a text .txt file.
I am still a beginner in Python and can't really grasp how to do this? Like how to control the timings from each line to show up etc?
Would a loop calling each line be the right way to do this?
Or how would you approach this? All help/links will be very appreciated