Robust and simple GUI toolkit for Python to start with | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Robust and simple GUI toolkit for Python to start with

What GUI Python toolkit would you recommend to start with when switching from console-based scripts to something more user-friendly? For example, a framework/toolkit for creating a program with graphical input and output (something like a sketchpad), which is also cross-platform and free and open-source?

23rd Jun 2017, 11:52 PM
Andselisk
Andselisk - avatar
1 Answer
+ 1
A popular choice is Tkinter. But there is also a recently released framework named "Kivy".
24th Jun 2017, 5:19 AM
CFF
CFF - avatar