Text Scroll Using System

So I use sys and time to make the text scroll in my TBA but it isn’t consistent using the speed. Currently, I use .04 intervals but it sometimes speeds up and slows down and I’m not sure why. If You have any suggestions it would be appreciated.

P.S. Im writing in Python

1 Like

Because the Console tab’s output is buffered, if you try to print too fast, you’ll hit the buffer and be forcibly slowed down. I would recommend trying printing in larger chunks and after a longer delay.

Could you give an example?

An example of what exactly? A longer delay?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.