3 Answers
+ 1
download kivy library it's very useful and powerful and easier than pygame , and you can turn it into android /ios app .my first python android game was gambet https://play.google.com/store/apps/details?id=mais.gambet&rdid=mais.gambet
+ 1
you should use the PyGame library to create a game with Python, that's the easiest way
0
because others mentioned pygame I recommend to read this book first ( making game with python ) I guess see this web https://inventwithpython.com/pygame/ and download the source code .
for kivy you need to understand first the concept of object oriented programming then read this book https://www.safaribooksonline.com/library/view/kivy-interactive/9781785286926/ google it and you'll find it free on other websites .
hope this help you