pip install tk

self.label = tk.Label(self.root, text="Creatures of Sonaria", font=("Arial", 24)) self.label.pack()

Here is a simple python script using Tkinter library for a simple GUI of Creatures of Sonaria