Tuesday, 20 August 2013

Is there anyway to start a python script in the terminal from the top?

Is there anyway to start a python script in the terminal from the top?

Whenever I execute my script (random character generator [for a game]) it
always loads and goes to the bottom. Well that cuts off the beginning of
the generator, so you have to scroll up to see the beginning. Is there
anyway to just have it always start at the top?

No comments:

Post a Comment