0

So I'm making this text based adventure game in python (with pre installed modules like random and time) and I've already made it for the console. But , I want to make an app out of it in which there are a few buttons located below and when clicked they will perform a specific function like fighting or fleeing or inventory. So I wanted to ask if its possible or not and if possible, which GUI module will best suit me (I need one which makes a neat app and is easy too!). Thanks!

CarboxyDev
  • 47
  • 1
  • 5

1 Answers1

0

I suggest you Arcade library: https://opensource.com/article/18/4/easy-2d-game-creation-python-and-arcade

Francesco Pegoraro
  • 778
  • 13
  • 33