I am programming a game where when you discover a new area I want the name of it to slowly be typed across the screen, I have tried it with
time.sleep(1)
but that causes the whole program to stop for a second and I still want to be able to move around.