Graphical user interface

Please how do I code so that it can be GUI?
I mean I have learn and all I’m always coding and seeing only strings and integers. How do I see the pictures as in games and others?

Python comes with a kind of mediocre GUI system you can start using:

https://docs.python.org/3/library/tk.html

Try that out and see what you can make.