4 ответов
+ 5
You can do games by using Pygame.
The problem is that Python is really slow.
The speed determines the graphics of a game.
https://www.sololearn.com/Discuss/1194744/?ref=app
https://www.sololearn.com/Discuss/1211091/?ref=app
+ 1
You may use Godot Engine. It doesn't support Python, but Godot has its own lenguage (Gdscript) optimized for game development, VERY similar to Python and easy to learn.
0
There are many libraries for gui développement in python like tkinter turtle pygame kivy ...But other languages are faster in gui développement like c cpp java...