I'm looking for some suggestion on books or tutorials to make a game GUI with inventory management, map , stats... in python, as this is the only language I know a bit of so far. I want to design it to feel like a modern game GUI, have taken a look at tkinter, but the resulting GUI/UI looks very "old". Im not going to make a game or something, but just want to make the GUI for excitement and learning.
My idea is to make images in Gimp or something similar. "Plot" the image like I would do to a point or curve in matplotlib, but with another library and define areas of the images as buttons that I can interact with with mouse and keyboard. I am fully aware that the aforementioned idea may be very bad, but I hope that it gives and idea of what I want to achieve.