LCD with Python and Arduino

I have recently created a word generator in python and I wanted to make it intractable with arduino. I have 2 ideas:

One ~ Pressing a button on the breadboard will generate a new word (not sure if this is possible)

Two ~ The output, or the word that was generated is displayed on an LCD. I am really new to Arduino and Python, and all help is appreciated. Thanks in advance!

Tom777:
I've always wondered how to combine Python with a screen.

Here's one way:

:slight_smile:

Ok, maybe not all help is appreciated, only help that leads me in the direction of solving my problem