What is the best GUI designer for Python developers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the best GUI designer for Python developers

What is the best GUI framework for python developers. Also which one is easier to learn. Please help.

22nd May 2018, 10:17 PM
Aneke Emmanuel Chidubem
Aneke Emmanuel Chidubem - avatar
6 Answers
+ 3
I’m actually not quite sure. Tkinter is easy to use, and is included with python. But they will most likely be better alternatives out there. 🤔
22nd May 2018, 11:53 PM
Jax
Jax - avatar
+ 1
if is for desktop i think qtcreator and qt are the best option. for web is better create a restfull api and cosume the api via http with a javascript framework like angular, vue.js or react.
22nd May 2018, 10:35 PM
Gytree
Gytree - avatar
+ 1
There is one called graphics.py is a very simple graphics module. It wouldn't be good to use for high end graphics though. Its better for learning how it works. However, tkinter and turtle are two good 3rd party modules that I'd recommend.
23rd May 2018, 4:35 AM
Knight Foster Steele
Knight Foster Steele - avatar
0
kivy is #1 i think since it supports win,linux,ios,android
23rd May 2018, 4:51 AM
Markus Kaleton
Markus Kaleton - avatar
0
Nice. Thanks. but whats the best free tutorial for me to learn Tkinter. because I have being searching.
23rd May 2018, 5:48 AM
Aneke Emmanuel Chidubem
Aneke Emmanuel Chidubem - avatar
0
There are most frameworks avaible... Tk, Kivy, wxPython, Qt are most populars.. I suggest Kivy though at begin it can appear strange respect to others
23rd May 2018, 8:39 AM
KrOW
KrOW - avatar