Print from file

I have a file that is updated with a new line of txt everytime the incoming stream changes (a UDP stream using node red)
Does anyone know how I might take that last/latest line and print it using python. To something like a micro dot phat or display.

Thanks