I know there's tons of libraries out there that does this for you, but I want to know if there's any simple way that's built in.
So far I'm just doing os.system('clear')
. This works, but the 'clear' command only inserts a bunch of newlines instead of actually clearing the whole screen.
This is fine for animations that aren't very big, but for animations that cover up more than 1 screen worth of space, it will start scrolling up and down.