0
I wrote a simple program in Python, and I need to make a graphical interface for it, what are the options of GUI Builder today?
0
I wrote a simple program in Python, and I need to make a graphical interface for it, what are the options of GUI Builder today?
5
There are some modules of python that allow you to make a graphical user interface:
The module Tkinter is a widely used option. However if you want something more professional, you can use the Pyqt which is based on Qt, a platform for GUI development that was produced by Nokia.
A small correction, the Pyqt was not developed by Nokia, but by Riverbank Computing, originally under the GPL license. As Nokia had problems accepting the GPL license it created the Pyside, which is practically the same as Pyqt but has a less restrictive license (LGPL if I am not mistaken).
In fact, I expressed myself badly. I meant that Qt was developed by Nokia. Although it is no longer hers.
But QT was originally developed by Trolltech, which in turn was purchased by Nokia. Now even Nokia has sold again? hehe..
Look at this... had to have the M$ behind it.. hehe. QT really is all good! Worse for Nokia...
Browser other questions tagged python
You are not signed in. Login or sign up in order to post.
Matheus, try to elaborate the question better, it is very wide.
– Carlos Cinelli
The reply from @Felipeavelar was enough. It brought direction and search options. I will remove the part from "How the process is done".
– Matt Costa
quais as opções de GUI Builder hoje?
is also not a good question for a question and answer site, because generating answers based mainly on opinions and it is almost impossible to determine a correct answer. See here– Math