Python Forum
Pygame vs TKinter for a Quiz Game? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Pygame vs TKinter for a Quiz Game? (/thread-10451.html)



Pygame vs TKinter for a Quiz Game? - SteampunkMaverick12 - May-21-2018

I want to make a quiz game but i have very little knowledge on pygame but decent knowledge on TKinter which I find easier. Which is better?


RE: Pygame vs TKinter for a Quiz Game? - j.crater - May-21-2018

Between these two I'd pick TKinter. But if it was me starting the project from ground up, I'd use Kivy.