+ 2

I wanna make a quiz on Python.

I want to make a quiz in Python but I want it to have a GUI with buttons and spaces to write the answer, what can I do?

21st Oct 2016, 6:10 AM
Sam Jiji
Sam Jiji - avatar
1 ответ
+ 3
You can use the pre-installed Tkinter module, to build some GUI. You just have to import it: import tkinter Maybe you have a look on the many tkinter tutorials before you start. It is not that easy for absolute beginners because you need a lot additional stuff to handle this module. In any case you should know the basics in object oriented programming. PS tkinter doesn't work here in the playground
21st Oct 2016, 11:10 AM
Amarie