Is it possible to create graphical interfaces for Python applications?

5

And besides, do you use them on a computer that does not have a Python interpreter? If the answer is yes, what software are able to do this?

    
asked by anonymous 15.07.2015 / 00:30

1 answer

7

Yes it is possible, you need a library that does this. There are several options depending on your need. Some options:

To run Python applications without installing the interpreter the most interesting solution is to create an executable. Some options:

Not all of them work with version 3.

Do you know the Mercurial ? This is an application created with Python using GUI without needing the interpreter.

    
15.07.2015 / 00:44