Python Forum
Need help creating game menu with clickable buttons - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Need help creating game menu with clickable buttons (/thread-38540.html)



Need help creating game menu with clickable buttons - BliepMonster - Oct-27-2022

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?


RE: Need help creating game menu with clickable buttons - menator01 - Oct-27-2022

Have a look at tkinter, pyqt6, or one of the other gui.


RE: Need help creating game menu with clickable buttons - Skaperen - Oct-27-2022

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?