How to make words in sentences dissapear one by one

OS Win10
PsychoPy version 3.2.4

I am trying to build a reading test experiment to help the reader reading faster after the experiment.

When the test begins, a sentence will show up on the screen, and the word in the sentence( starting from the beginning of the sentence) will disappear one by one according to a given time. After the sentence, there will be a small quiz for the reader. I search for the tutorial for disappearing words but didn’t get anything useful. Since I am new to psychopy, I wonder what is the best way to achieve the disappear words function.
Thank you

Hello, search this forum for “self-paced reading”. Basically you just want to implement that, but backwards.

Sry but I search through the forum but I cannot find anything about “self-paced reading” that is realted to delete words in a sentence. I am trying to load sentence from a xlsx file and print it on screen but I am not able to find a way to delete the first word of the sentence and show it again
Any suggestions?