I
I
Igor Fominykh2016-08-31 13:22:46
Python
Igor Fominykh, 2016-08-31 13:22:46

Which GUI library to choose (Python)?

Which one to choose? Program under windows, cross-platform is not important. Of the relatively complex in the interface, only text highlighting when searching in the ListView. That's it . I consider both native interface and HTML-based. Well, I would like support for Python3. Thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Martyanov, 2016-08-31
@vilgeforce

pyqt? PyGTK?

A
Alexander, 2016-08-31
@fireSparrow

For simple interfaces, tkinter is standardly used - a lightweight and concise library, easy to learn, there are a lot of materials on the network (including in Russian), and it is already included in the standard python libraries, that is, you do not need to install it separately.
I don’t know about highlighting, but they write on the Internet that there is a highlight when searching for a text widget.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question