Which graphical framework should I use for programming games in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which graphical framework should I use for programming games in Python?

I visited the official wiki of Python to find a Gui framework that would suit game programming, but I got a little problem: there's just too many! O_O Even after eliminating incompatible frameworks (not the right OS or web framework - this should be an offline game) I'm still lost... Could anybody advise me a good one for my purpose please? Thank you in advance! 😊 (OS: Windows)

20th Aug 2017, 9:35 PM
Winston-Delbert Gaster
Winston-Delbert Gaster - avatar
2 Answers
+ 2
You can use Blender game engine with python scripts. That's what I'm going back to for cad, and robotics functions(other than for my Arduino circuits, utilizing Processing/C/C++ language types). But Maxwell is also correct. You can do alot with pygame, matplotlib, and other little libraries to enhance your game. You might use gimp, or even Blender, to render out some graphics, and background boards for your game's visual enhancements.
21st Aug 2017, 2:44 AM
David Hutto
David Hutto - avatar
+ 5
Thank you all for your answers! This is really helpful. 😊
21st Aug 2017, 7:59 AM
Winston-Delbert Gaster
Winston-Delbert Gaster - avatar