X
X
XGUI2018-08-12 12:38:21
Python
XGUI, 2018-08-12 12:38:21

I want to find a nice GUI framework for Python. What should I choose besides Tkinter and PyQt?

Help! What framework should I use for GUI in Python besides Qt and Tk?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Gornostaev, 2018-08-12
@sergey-gornostaev

First, Qt and Tk are not frameworks, but libraries. Secondly, you won't find anything better than Qt. Thirdly, the list of all gui libraries is easy to google. And finally, fourthly, how do we know which library suits you best and why Qt and Tk are not satisfied?

D
Dimonchik, 2018-08-12
@dimonchik2013

if you haven't tripled Qt and Tkinter, then Kivy ))

S
Sergey Nizhny Novgorod, 2018-08-12
@Terras

1) Python is not the best option for GUI. It is better to take a native for the desired platform, or an electron.
2) All solutions in Python - have their drawbacks. The most optimal solution is to take several solutions, write an abstract layer, and, depending on the task, pull up one or another library.
In other words, making it simple in Python to work beautifully on win/mac/linux will not work for you.
Ps There is a good report on the topic of building a GUI in Python in Russian. You can search on YouTube from one of the conferences.

O
OBEH, 2019-03-28
@OBEH2017

"... you won't succeed."
bullshit

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question