Python Forum

Full Version: Need help creating game menu with clickable buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I've been developing a game for the last 7 weeks or so, but it's just a text game. I want to have like a menu for the game with clickable buttons. I searched it on google, but found nothing. Can someone please help with this?
Have a look at tkinter, pyqt6, or one of the other gui.
are these "buttons" to be icons in a graphical display you are switching to or just keyboard keys acting as hotkeys (e.g. no need to press "enter" or "return") still in text mode?